Readit News logoReadit News
velosol commented on AI model weight providers should not police uses, no matter how awful they are   marble.onl/posts/model_ce... · Posted by u/andy99
Retric · 2 years ago
Quite a lot of mildly dangerous things are up to the discretion of the seller.

Bartenders cutting people off is one well known example. It’s not necessarily a legal requirement, but sellers can have morals just like anyone else.

velosol · 2 years ago
It's not always a legal requirement but sometimes it is: https://nccriminallaw.sog.unc.edu/bartenders-duty-cut-off-se...
velosol commented on DC Grids   iisb.fraunhofer.de/en/res... · Posted by u/Gravityloss
H8crilA · 2 years ago
Can you (or someone else) write more about the advantages of DC/DC voltage conversion? If I understand correctly this was the main advantage of AC, and the reason why was it chosen.
velosol · 2 years ago
Changing properties of electricity (ie current to voltage or vice versa) requires a trip through the magnetic field and that means varying the current through a conductor. With AC that's easy as it's already changing and so you can trivially (passively) convert between voltages at the same frequency with the efficiency cost of heating the conductors of the coils used in the transformer.

With DC it's harder because you don't have the time changing nature necessary for the magnetic field so you have to turn the DC on and off which requires a switch. Nowadays we have very fast switches (transistors) that allow us to tune a circuit to the power required and temporary energy storage (capacitors and inductors) available. Ignoring (or shielding) the RF interference that's created with fast switching we have systems that can efficiently convert between one DC voltage and another.

I'm not so sure we'll have DC to the home for supply, a zero-crossing is helpful to keep circuit breakers small and reduce damage in brief, accidental contact (eg broken insulation on a lamp etc).

velosol commented on Be careful of the examples you use. They stick   blog.thinkst.com/2023/08/... · Posted by u/mh_
thaumasiotes · 2 years ago
> This is also an opportunity to think about the value of a piece of configuration. If an example configuration value works for 40% of users without modification, should that value even exist?

This sounds completely insane. If a majority of people need something different, they shouldn't be allowed to have it?

velosol · 2 years ago
I read it slightly differently: those 60% can set one of the other values and the default value no longer exists but is simply the default so the 40% who previously had to set that value now don't.
velosol commented on Why do old books smell so good?   scienceswitch.com/2023/08... · Posted by u/conse_lad
teddyh · 2 years ago
It it’s that old, it probably has lots of lead in it, and you probably shouldn’t use it.
velosol · 2 years ago
Eh, leaded solder is just fine with some basic precautions (and still indicated for military and space ratings) but the smell is probably a highly reactive core flux (rosin) that will eat away at anything it's used on and needs to be vigorously cleaned off after soldering. It may also be a sensitizing allergen so maybe kabdib shouldn't use it, at least not without an extractor.

If you're doing more than the once a year small project you should have fume extraction, occupational (or hobby-based) asthma sucks. As does metal flu (zinc for welding and tin for soldering although I expect that's rarer).

velosol commented on micro – A Modern Alternative to nano   micro-editor.github.io/... · Posted by u/theycallhermax
evujumenuk · 2 years ago
The taglines basically write themselves. 'A 10x editor for 10x engineers.'
velosol · 2 years ago
https://10xeditor.com/ might prefer you use a different number ;)
velosol commented on Show HN: Tetris, but the blocks are ARM instructions that execute in the browser   ofrak.com/tetris/... · Posted by u/jstrieb
mpeg · 2 years ago
This is so clever, I couldn't help but smile when I saw "Your score is stored in memory at the address pointed to by R12" :)

Thanks for sharing, it does makes me miss DEFCON, maybe next year...

velosol · 2 years ago
Is the reason for R12 making you smile something you could share?
velosol commented on Want employees to return to the office? Then give each one an office   washingtonpost.com/opinio... · Posted by u/fortran77
ibejoeb · 2 years ago
I'm with you. But a lot of people still want to live in the city and not go to the office. So, I'm suggesting that, for that cohort, dedicated private offices might be compelling. It means that you probably have a short commute; you can reclaim space in your home that might have been used for work; still live in city and have access to the social offerings there; and that you retain your privacy, and potentially have even more if the case that you're co-habitating.
velosol · 2 years ago
Higher end 'luxury' apartment buildings are frequently offering FCFS hoteling spaces and also rentable-as-you-need locking private spaces in the building as well as the modern phone booths in various parts of the buildings. If you have the income and that fits your desires you can have the city life and WFthe building you live in.
velosol commented on Briefcase: Convert a Python project into a standalone native application   briefcase.readthedocs.io/... · Posted by u/generichuman
velosol · 2 years ago
Anyone happened to use Toga with video streams? I've got some gstreamer stuff with Qt and it doesn't need a rewrite yet but it's a glimmer on the horizon.
velosol commented on How to use a Python multiprocessing module   developers.redhat.com/art... · Posted by u/unripe_syntax
culebron21 · 2 years ago
Thanks. That's more or less how I solved these problems too. And the questions are what I had to painstakingly answer myself at work.

BTW, I haven't touched MP in Py for couple of years now, but remember there's some misalignment in concurrent futures between pool.map and pool.submit.

And for exceptions in background processes, I had a shared bool var called "emergency brake", and an error queue.

velosol · 2 years ago
I like "emergency brake" as a variable name!

Glad to help, it was similar for me with a lot of effort to synthesize best practices and really appreciate all the concurrent options (asyncio, threads, MP) for where they each are valuable.

u/velosol

KarmaCake day204August 10, 2018View Original