• 0 Posts
  • 38 Comments
Joined 7M ago
cake
Cake day: Aug 21, 2024

help-circle
rss

in the case of anubis one could argue that the goal is to save energy. if too much energy is being spent by crawlers they might be configured to auto-skip anubis-protected sites to save money.

also, i’d say the tech behind crypto is interesting but that it should never have been used in a monetary context. proof of stake doesn’t help there, since it also facilitates consolidation of capital.


okay, git using the same algorithm may have been a bad example. let’s go with video games then. the energy usage for the fraction of a second it takes for the anubis challenge-response dance to complete, even on phones, is literally nothing compared to playing minecraft for a minute.

if you’re mining, you do billions of cycles of sha256 calculations a second for hours every day. anubis does maybe 1000, once, if you’re unlucky. the method of “verification” is the wrong thing to be upset at, especially since it can be changed



the functional difference is that this does it once. you could just as well accuse git of being a major contributor to global warming.

hash algorithms are useful. running billions of them to make monopoly money is not.


touch screens are a lot cheaper than buttons because you only need the one. and if one trim level of a car has heated seats, they all do because it’s a lot cheaper to only produce one kind of seat.

car economics are weird.


i mean, it’s also a security issue. sms is plaintext all the way from them to you.


i mean they came out in 2002 and were for schools, so yes.


we had them in school in europe in like 2003.



after he bought twitter and made a big thing about auditing their code, there was a post going around that was something like

first he talked about cars, and i know nothing about cars but people said he was a genius so i believed it
then he talked about rockets, and i know nothing about rockets but people said he was a genius so i believed it
now he’s talking about computers, and i know a lot about computers, and he’s saying some of the most batshit insane things i’ve ever heard, so i’m starting to reevaluate my earlier choices…




because they backfeed into the grid, and because that means you have live male plugs.


you won’t get that from a balcony panel, that’s for sure.

honestly, off-grid solar systems meant to drive a house are a pain. you need something to provide a steady sine wave from the DC of the solar and batteries, and usually the best way to do that is the grid. if you want to be off-grid only some times, you need even more equipment to be able to properly synchronise when connecting.



if a chicken could code, it would use CHICKEN.



if the drive is using a non-native filesystem like ntfs, you’re going to keep having problems. a secondary partition is recommended.


don’t mix them, is my advice. keep them separate and you won’t have issues.


install the games in linux or the paths will be wrong. there’s no way around this. it’s like moving a program’s directory to another computer; it may have scattered files everywhere that it needs.


it’s more customizable, it has more font options, and it can be used as a launcher for other applications.


it was just an example :P


this makes me nostalgic… people were saying this about fallout 3.


i use a Kobo Clara HD. It runs linux out of the box, the system memory is on a removable SD card inside the case, and the user account is defined in an SQLite database on disk. If you add an empty user account to the database, it removes the “create account” screen and disables any Kobo online services. Then you can install KOReader and upload files over USB as everyone else has said.


as i understand it, the money goes to the foundation, and it’s the corporation that develops the browser. so it’s probably not strictly forbidden, but it does imply that the money is not for browser development.


mozilla takes donations, but they don’t fund Firefox development with that money. that’s usually what people have against it.


i’ve seen something like this before, where the kernel holds the file handle open for the process so that it thinks the file is still there. i think it’s related to how the program closes the file but i don’t remember the details. restarting qbittorent will most likely fix it.


jellyfin is a streaming server. get yourself a domain name and you can connect your apps to it from anywhere.


it’s less about the details and more about the entirety of the experience for me.


i harp on it a lot, but Outer Wilds helps me a lot. It teaches the value of exploration, curiosity, friendship, compassion, and patience. it’s a deeply melancholic piece, which can be frustrating and obtuse at times, but just remembering it makes me happy. the soundtrack brings all the memories back every time.


the point of goat simulator was that it was a three-week goof project the Sanctum devs had fun with to celebrate good sales before they got to work on the sequel.

then it funded the development of Satisfactory.


i’m glad you found it useful, best of luck :)


this is more focused for sure, but it lacks the enthusiasm of the original. if i was trying to do this for work, i would appreciate how quickly it gets to the point. however, it no longer reads like this is something you’re interested in. it reads a bit wooden. i get that would happen after you’ve been told to correct your style though.

to be clear, the original article doesn’t need to be rewritten. for the future though, when you want to tell the story of how you got something working, include your reasons for doing something a certain way. if you need a self-inflicted complication, that’s not really a part of it (unless it’s funny)


your writing overall is good! it’s just a matter of information priority.

here’s a tip, dunno how applicable it is but i use it when writing technical documentation:

for each step, explain to yourself why you’re doing it the way you are. if it turns out you caused the step to be needed, rather than it being required, you probably need to rethink, or at least add the explanation to the text.


this guide, and the previous one, have a lot of weird superfluous steps. like, why use a command that includes nvim and then ask people to change it instead of just saying “edit the file”? why symlink systemd stuff to your own home directory?

the info is good, but having to separate the actually useful stuff from things that are specific to your config makes it less useful.


they are also working on a follow-up, uv. not really a fan of writing tooling in another language but it works really well.


honestly i expected the fifth panel to be full of things like “GIL”, “2to3”, “virtualenv” “pip vs conda vs poetry vs…”, “mypy”, etc


the spec is 10 chapters. everything is unquoted by default, so parsers must be able to guess the data type of every value, and will silently convert them if they are, but leave them alone otherwise. there are 63 possible combinations of string type. “no” and “on” are both valid booleans. it supports sexagesimal numbers for some reason, using the colon as a separator just like for objects. other things of this nature.