HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ddlsmurf

no profile record

comments

ddlsmurf
·vor 7 Tagen·discuss
no, nuto
ddlsmurf
·vor 25 Tagen·discuss
why bother with /dev, all you need is a battery, a couple of needles and some length of ethernet cable
ddlsmurf
·vor 3 Monaten·discuss
Just take an apple charger and a multimeter, try to find a path to ground from the computer side, I'll wait. Plugs have regulations on how they can be built which are different from how they must be connected.
ddlsmurf
·vor 3 Monaten·discuss
only two prongs of which make it through. Usually the regulation as I understand is that it's fine if you can prove the case can never get in contact with anything electric, for most laptops that's just being made of plastic.
ddlsmurf
·vor 3 Monaten·discuss
but it's never going to be grounded, there isn't even a ground pin on the charger
ddlsmurf
·vor 3 Monaten·discuss
Linux and Windows have always been a lot more customisable, Apple always was the more "we know better than you what you want" company... And they weren't wrong enough
ddlsmurf
·vor 3 Monaten·discuss
Well don't if you value sleep and free time. Whilst slightly in jest, sincerely, it is incredibly addictive.
ddlsmurf
·vor 4 Monaten·discuss
not "maybe" this is an absolute must if using parameters in a spreadsheet :)
ddlsmurf
·vor 4 Monaten·discuss
we need a tax on companies using or selling anything OSS, the funds of which go into OSS, the wealth it generated is insane, and it's nearly all just donations of experts
ddlsmurf
·vor 5 Monaten·discuss
I can only hope you're being sarcastic, because it does seem to hit close to what's actually happening
ddlsmurf
·vor 5 Monaten·discuss
I'm not American legal system expert, but if I'm not mistaken, this isn't just lies and being deceptive, this is called perjury and is a crime no ?
ddlsmurf
·vor 5 Monaten·discuss
any estimate of the co2 footprint of this ?
ddlsmurf
·vor 7 Monaten·discuss
if you set the cookier header right (definitely not always the case), this is true, but the javascript can still send requests that will have that cookie included, effectively still letting the hacker use the session as the logged in user
ddlsmurf
·vor 7 Monaten·discuss
What makes AI a unique new threat is that it do a new kind of both surgical and mass attack: you can now generate the ideal message per target, basically you can whisper to everyone, or each group, at any granularity, the most convincing message. It also removes a lot of language and culture barriers, for ex. Russian or Chinese propaganda is ridiculously bad when it crosses borders, at least when targeting the english speaking world, this is also a lot easier/cheaper.
ddlsmurf
·vor 8 Monaten·discuss
Hardware isn't that hard to copy paste really, to make it hard you need to use really expensive processes (extreme uv etc), but otherwise, mostly you can pretty much take a picture. (very grossly speaking here, but just saying, the software is definitely a critical part)
ddlsmurf
·vor 8 Monaten·discuss
Seems a bunch are angry about this, honestly, 100% of what they made/control is open source was a good enough bar for me. Specially if all closed components are optional. I value the flexibility of being able to use or not even closed stuff. It's unclear to me what the issue is, false advertisement ? This is as good as it gets for things like this, maybe the "100%" was indelicate, but I wouldn't go so far as misleading. I can also understand the hardware companies, history has shown that the vast majority of industry actors have a purely parasitical relation to open source, and have no qualms copying/stealing IP.
ddlsmurf
·vor 8 Monaten·discuss
Well the Pebble specific parts are. This is an unfortunate state of affairs from hardware manufacturers, they are very late to the open source game, if at all.
ddlsmurf
·vor 9 Monaten·discuss
I think they mean it can be flashed into a programer/jtag interface compatible with vivado. If you want to get started with fpga, may I recommend 1bitsquared.com 's products
ddlsmurf
·vor 5 Jahren·discuss
I'm not saying you should at any other diff than that of the lockfile itself. From there figure out potential impact, run more complete tests, and other mitigations are available. In most famous instances (leftpad and this newsline), the problem would have been immediately obvious. Just because it's still possible to fall victim to sabotage doesn't mean you shouldn't be doing this.
ddlsmurf
·vor 5 Jahren·discuss
Well I think it was introduced in npm 6, either way you slice it, 6 major versions is way to late for this basic functionality.

Yes but that is the issue with yarn: it has its separate lock file, which is why when I (used to) devops node apps, I required the devs all agree on either npm or yarn but not a mix.