HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kosma

no profile record

comments

kosma
·7 maanden geleden·discuss
Surprisingly effective solution:

  Windows Registry Editor Version 5.00
  
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
  "ProductVersion"="Windows 10"
  "TargetReleaseVersion"=dword:00000001
  "TargetReleaseVersionInfo"="22H2"
kosma
·10 maanden geleden·discuss
There is research correlating autism and mothers taking certain medications (painkillers, antidepressants). Since autism is hereditary, there is a significant chance that these mothers are autistic too. Autistic people have a vastly high risk of depression, and often have unusual pain thresholds, requiring more painkillers. I would not be surprised of the correlation was real, but the direction of action was reversed; after all, it's plausible that autism causes the need for taking more medication.
kosma
·11 maanden geleden·discuss
> Developing black-and-white film with coffee is a better option for younger analog photographers. As a bonus, it should smell better.

I've made Caffenol in the past. It stinks.
kosma
·2 jaar geleden·discuss
The company was a bit too much in bed with the government to begin with...
kosma
·2 jaar geleden·discuss
That voltage spike only applies to flyback converter. Your typical buck/boost converter doesn't do that - the current waveform is a sawtooth, and voltage ripple is designed to be in the mV range.
kosma
·2 jaar geleden·discuss
Seconded. NLP is well worth the money - not just in results, quality, and time saved, but also in finding joy in shooting and scanning color.
kosma
·2 jaar geleden·discuss
They use the code without respecting the license terms. Just because the code is out in the open doesn't mean you can use it however you wish.
kosma
·2 jaar geleden·discuss
Hold onto it, these things are incredibly rare.
kosma
·2 jaar geleden·discuss
The nature of surges is not simple like that - a lightning strike can easily blow MOVs and inrush limiting resistors in multiple devices. I come from a rural area and coming to someone's house with a bag of fresh MOVs and resistors is not an uncommon thing after a big storm.
kosma
·2 jaar geleden·discuss
It's not very different from daisy chaining normal extension cords - safe if you know what you're doing (not exceeding the current rating on any of them). Most surge protectors are fused, making them safer to daisy-chain than normal extension cords.
kosma
·2 jaar geleden·discuss
Note that bstats only tracks Bukkit-compatible servers. It doesn't track Vanilla/Fabric/Forge/etc. installations, so take these numbers with a grain of salt.
kosma
·2 jaar geleden·discuss
There are several primary ways to run a Java Edition server:

1. Pure vanilla server.jar. Has horrible performance, little flexibility, but in the end, it Just Works. This is the server that Realms (Mojang's paid hosting service) uses. In recent versions, some modding is possible via datapacks.

2. Fabric Loader and some vanilla-compatible mods like Carpet etc. Here, "vanilla-compatible" means that a vanilla client can still connect. This is the preferred way of playing for the TMC (Technical Minecraft) community since the underlying server stays mostly vanilla, down to the smallest details and bugs, and no behaviors are changed. The TMC community becomes very agitated when someone tries to "fix" some bugs - they rely on those bugs.

3. Forge/Fabric with mods that change the gameplay, and require the mods to be present on both client and server. This is the traditional "modded" experience, as seen on TV.

4. Bukkit/Spigot/Paper/Purpur, various generations of server software that heavily patches the vanilla server, fixing bugs, adding new functionalities, and presenting a very comprehensive Plugin API, while still allowing vanilla clients to connect. This is the software used by servers that implement custom gamemodes, public servers that need griefing/duping/exploit protection. Many high tech farms don't work on Paper because of how many things it "fixes".

5. Folia - a fork of Paper that has multithreading support. It comes with its own can of worms.

Performance-wise, Fabric+Lithium is probably the most performant in the default configuration, though if you're willing to remove functionality, you can probably get better performance out of Paper (at the cost of losing gameplay features).

As for Bugrock Edition: well... there is Geyser that lets you connect to a Java Edition server with a Bedrock client. ;)
kosma
·3 jaar geleden·discuss
I've had Windows updates brick the motherboard by installing a faulty BIOS update. Multiple times.