Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SC
Posts
4
Comments
230
Joined
2 yr. ago

  • Which ones do you have? I have a seagate ironwolf 4TiB which is literally silent. I had it running 24/7 next to my bess headrest without issues.

    Then I bought 2 Toshiba MG series 16TiB drives and I can hear those with my door closed while they are 2 rooms away whenever there are write operations

  • Wasn't there some way to fingerprint typewriters as well based on yhe exact shape of the letter stencils? I vaguely remember something like that being an actual thing for solving crimes

  • I have a couple ideas though I'm not sure how good they would actually be. I guess anything you use for a hobby or are interested in could be used.

    A 3D printer was already mentioned but would probably be the most fascinating (and bulky) thing I could bring. In that case I would probably talk about the workflow that goes into making a part, what to look out for when printing and how a print is actually made.

    For simpler stuff I have 2 ideas. Firstly, I am kind of fascinated by pocket watches and have one that belonged to my great grandfather or something and is probably ~100 years old at this point. My grandmother gave it to me on my 18th birthday. The scale of the parts inside such a watch and how they work really interests me but I don't dare take any of the watches I have apart since the parts are so small (though still larger than modern mechanical wrist watches). Did you know there are so called "railroad grade" pocket watches? They were used by train conductors and had to have a certain minimum accuracy since time differences in planning could otherwise lead to train collissions.

    The second small thing I could talk a bit about are fountain pens. For that I also have an older pen (A Pelikan 140 which was manufactured some time in the 50s or 60s) which is a piston filler pen, meaning it requires using ink bottles to refill. This allows usage of some really nice looking inks. Interestingly, the color of the ink on the paper can vary greatly depending on various parts of the pen (Nib thickness or the feed of the pen impacting the wetness) and the paper which may be more or less absorbant. I have a nice green ink which will have a red shimmer on wetter line parts if I use the correct paper. On other paper types it is just green.

  • Whenever I eat at burger king or McDonald's (which is almost never) I have to download their stupid apps for the coupons because without a 2 for 1 coupon the prices are just ridiculous for what you get. Actually, nevermind. The prices are still ridiculous even with the coupon

  • Can you give some examples of what you consider to be the issues?

    My professor said that C++ embedded compilers used to be very buggy but have matured quite a lot as of ~10 years ago while C was stable a lot longer.

    Another thing I could think of is the language complexity causing higher resource usage, e.g. by including large libraries though I'm not sure about that since most of the unused stuff should theoretically get optimized out.

    I guess if you don't know roughly how the internals of some C++ data types work it could cause you to accidentally use dynamic memory allocation when using strings or vectors.

    On the other side, C++ style casts provide more safety as compared to C style casts and allows for usage of references instead of raw pointers to make the code generally safer.

  • ???

    Jump
  • You bring back my bad memories of having to implement a server program in rust and all my searches ended up with about 1/3 useful results and the rest being hosting options for rust gameservers

  • Just to be sure there isn't a misunderstanding. With 7th gen I mean any intel iX-7xxx processor or higher.

    The first (or first 2) numbers of the second part of the processor name determine the generation of the processor. The number immediately following the i just denotes the performance tier within the processors own generation

  • I run a couple of containers on my lenovo mini pc. I have proxmox installed on bare metal and then one VM for truenas, one for docker containers and one for home assistant OS.

    For me the limiting factor is definitely RAM. I have 20GB (because the machine came with a 2x4GB configuration and I bought a single 16GB upgrade stick) and am constantly at ~98% utilization.

    To be fair, about half of that is eaten up by TrueNAS alone due to ZFS.

    The point I'm trying to make is basically make sure you can put enough RAM into your machine. Some NAS have soldered memory you won't be able to upgrade. The CPU performance you need highly depends on what you want to do.

    In my case the only CPU intensive task I have is media transcoding which can often be offloaded to dedicated bardware like intel quicksync. The only annoying exception is hardware transcoding of x265 media which is apparently only supported from intel 7th gen and upwards processors and I have a 6th gen i5... Or maybe I configured something wrong. No clue

    Edit: I wrote that after reading the first half of your comment. Regarding connecting a screen, I think I had one connected once to set up proxmox. Afterwards I just log into the proxmox web interface. If required I can use that to get a GUI session of each VM as well.

  • Works great on my linux laptop. It's also available for windows but lacks some sruff there unfortunately. For example you can only send one file at a time and many media players in windows are not recognized and yherefore cannot be controlled from the phone.

    I know this is the linux community. Just wanted to mention these things for people like me who also have a windows machine for gaming