Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
comfydragon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
comfydragon
3mo ago
> Campaigns already have strong limits. The SC decided today that political parties can spend as much money as they want in coordination with candidates.
2.
▲
by
comfydragon
3mo ago
It really isn't. I mean, at a very basic addressing level, sure, IPv4 addresses and IPv6 addresses are just a sequence of octets. But at a network infrastructure level they are quite different, and IPv6 is (conceptually) designed f
3.
▲
by
comfydragon
3mo ago
> the term 'query' is already used to refer to http requests in general In what circles is this the case? I sometimes colloquially refer to a GET request as a query, but definitely not so on a POST, PUT or DELETE.
4.
▲
by
comfydragon
3mo ago
Thread is also IP(v6)-based. But in this context, Thread would go a fair ways toward solving stavros's concern, as it means security could be enforced on the Border Router(s), rather than each individual device.
5.
▲
by
comfydragon
5mo ago
It's a loadable module: CONFIG_CRYPTO_USER_API_AEAD=m Using bpftrace to watch calls to module_request, openat, etc., it looks like when the kernel calls modprobe, it doesn't even look at the disable-algif.conf file:
6.
▲
by
comfydragon
5mo ago
Weirdly, the mitigation does not seem to work under WSL2 (at least in Ubuntu 24.04). Linux wsl2 6.6.87.2-microsoft-standard-WSL2 ... `modprobe algif_aead` errors out, but if I run the POC, it succeeds. Outside of WSL2, the mitiga
7.
▲
by
comfydragon
9mo ago
> The branch itself gets created with the ticket number and everything follows from that, there's no extra effort. Only problem there is the potential for a deeply-ingrained assumption that the Jira key being in the branch name is
8.
▲
by
comfydragon
9mo ago
Pebble Time 2 has a compass sensor and HRM. https://ericmigi.com/blog/pebble-time-2-design-reveal#final-... Unless you specifically are after a barometer, in which case I don't think the PT2 has that.
9.
▲
by
comfydragon
10mo ago
I think most of the battery life improvement is the much more power-efficient SOCs available. The original Pebble used an STM32 processor and a TI Bluetooth chip, where nowadays having BLE integrated into the SOC is table stakes.
10.
▲
by
comfydragon
10mo ago
Did you get it in black like I did? My buttons also cracked practically right away (within a day), I suspect because the reinforcements were installed poorly (the buttons are VERY hard to press). It made the down button unusable. But kudos
11.
▲
by
comfydragon
10mo ago
> Matter simplifies this. It defines the API layer. Technically Zigbee _also_ defines an API layer -- the Zigbee Cluster Library, or ZCL -- but that's more like an opt-in standard you _could_ implement, rather than any hard requirem
12.
▲
by
comfydragon
4y ago
Assuming you have an ability to run your whole bare-metal application in a simulated/"dev" environment. Not everyone has that luxury. That becomes much easier if the micro you're targeting has support of some kind in say
13.
▲
by
comfydragon
4y ago
The way I interpreted that point is basically "if you don't think the tool/language/library you're using sucks in some way, you're not using it enough". As in, "opinionated" here doesn't mea
14.
▲
by
comfydragon
4y ago
Various MicroPython implementations, specifically the STM32 port (which runs the PyBoard), expose their filesystem as a USB mass storage device that you can copy files into directly. So I wouldn't say that it's exclusive to Circui
15.
▲
by
comfydragon
4y ago
In the US, at least the 433 and 915 MHz, and of course 2.4 GHz, bands are unlicensed and widely used by all sorts of commercial, industrial, and DIY electronics. All my wireless temperature sensors in my house are on the 433 MHz band, my na
16.
▲
by
comfydragon
5y ago
git remote prune origin ?
17.
▲
by
comfydragon
5y ago
MicroPython isn't really an alternative implementation of Python so much as it is an embedded scripting language that looks pretty much identical to normal Python.
18.
▲
by
comfydragon
5y ago
I got a REAL ID several months ago and definitely didn't get fingerprinted in the process.
19.
▲
by
comfydragon
5y ago
williamvds's point is that the first argument to printf is still itself a null-terminated string, so it's basically turtles all the way down if you're using the C standard library.
20.
▲
by
comfydragon
5y ago
Not quite, at least not necessarily. One feature of FTDI chips is an EEPROM that can be used to customize the enabled features, enumeration strings, and other things. That programming could probably be done in a separate jig, or in-circuit.
21.
▲
by
comfydragon
5y ago
> The community has migrated over to Spacemacs I'm guessing you meant to say Doom Emacs there?
22.
▲
by
comfydragon
6y ago
Not in core Python, but in a widely-used library, yes. https://github.com/pyca/cryptography/issues/5771
23.
▲
by
comfydragon
6y ago
We actually got a picture like 3 minutes after landing. (Okay, a picture from shortly after landing.)
24.
▲
by
comfydragon
6y ago
By resizing my window down to mobile-ish width, the "get your free e-book" thing on the right side covers the whole screen.
25.
▲
by
comfydragon
6y ago
Not to mention some IOT devices or cellular routers/devices might force a longer minimum cache TTL, to "minimize data usage". I worked on a device that did so (minimum pdnsd cache time of 25 hours). It ended up causing failur
26.
▲
by
comfydragon
6y ago
But, that link shows mmap taking 6 arguments?
27.
▲
by
comfydragon
6y ago
They're implemented using metaclasses. Metaprogramming is a part of the language.
28.
▲
by
comfydragon
6y ago
That version has the patches for this CVE. https://launchpad.net/ubuntu/+source/sudo/1.8.31-1ubuntu1.2 I had basically the same comment on the first HN posts about it. Just because `sudo -V` doesn't say
29.
▲
by
comfydragon
6y ago
Unless the patches have been backported, as is the case for Ubuntu 18.04, in which case it may not need to be 1.9.5p2. https://launchpad.net/ubuntu/+source/sudo/1.8.21p2-3ubuntu1....
30.
▲
by
comfydragon
6y ago
The page you linked to does subtly explain why that happens: > Rebase and merge on GitHub will always update the committer information and create new commit SHAs
More ›