Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
VorpalWay
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
VorpalWay
1mo ago
Prusa is good, a bit more expensive (since it is made in EU), but I wouldn't say it is "needs a loan" more expensive (of course depending on what model, they have small scale industrial offerings too). I understand Snapmaker
32.
▲
by
VorpalWay
1mo ago
I'm not a biologist or in a medical field at all, but surely the fact that the heart rate goes up if you exercise means there is some form of feedback loop (which to me sounds like a rudimentary form of processing).
33.
▲
by
VorpalWay
1mo ago
> I do feel reluctancy answering to a post even a few hours ago thinking my answer might not be applicable to their context anymore. But not knowing, I believe keeps the conversation going for a while. I see it actually taking place. Fir
34.
▲
by
VorpalWay
1mo ago
> We also have a nervous system distributed throughout our bodies, so we do experience the full body, but the neural signals are sent to one location, not nine. Mostly yes. But we do have some processing that bypasses the brain: reflexes
35.
▲
by
VorpalWay
1mo ago
Regex is absolutely not suitable for most use cases that I have come across. Iostreams formatting is awful, especially if you care about internationalization (which is very common). Not sure what the issue with std::format would be here, yo
36.
▲
by
VorpalWay
1mo ago
Regex issues aren't at all overblown, at least in the fields I have worked in or in fields of people I have talked to. As for async in Rust, I wrote in another comment that yes that is an issue. What we need is std to define traits tha
37.
▲
by
VorpalWay
1mo ago
Rust has committed to a stable API (but the ABI is explicitly unstable). Which makes sense for a systems language. It isn't (and doesn't want to be) a kitchen sink language. But even something like Python has lots of cruft in its
38.
▲
by
VorpalWay
1mo ago
Don't forget C++ where large parts of the standard library are unusable (regex is slow and unfixable) or soft deprecated (dont use iostreams for formatting, use std::format, etc). No, I prefer what rust is doing. It suits a system prog
39.
▲
by
VorpalWay
1mo ago
Which is how you get the mess that is the standard library of C++. Where regex is an unusably slow joke and everyone uses third party libraries for that instead. And tons of parts of the standard library (and language) being cordoned off as
40.
▲
by
VorpalWay
1mo ago
> The other big one is futures. There’s still no futures executor in std. Async crates have to decide if they want to tie themselves to a single executor (like Tokio) or be compatible. There is no async stream api in std. No async file a
41.
▲
by
VorpalWay
1mo ago
Not at all true, look at the large parts of Python's standard library that are effectively unusable or irrelevant. And they even allow some breaking changes over time (unlike Rust). This is especially true when it comes to anything rel
42.
▲
by
VorpalWay
1mo ago
> The one big question I can’t answer is what happens if your dependencies use a different version of std? Are std v1 Strings compatible with std v2 strings? Oof. C++ went through that around C++11, where some types had to have ABI break
43.
▲
by
VorpalWay
1mo ago
> I think we should be taking a more “batteries included” approach to language and library design. The entire reason we’re in this mess is because we’ve decided it’s ok or maybe even preferable if stdlibs are rail thin, rendering base la
44.
▲
by
VorpalWay
1mo ago
> A package redacted for legal reasons should still be able to be built too! Presumably one or the other side of the relevant suit will need the package as evidence! This doesn't make sense if the legal reason is accidental release
45.
▲
by
VorpalWay
1mo ago
As a Scandinavian that sounds normal, and has been my entire life. In fact you don't need to buy gas to use the free air or water, it is just out in the open in a service cabinet or on the side of the building. (There is sometimes a si
46.
▲
by
VorpalWay
1mo ago
Not sure what your question is. I dont see any contradiction with the parent comment. SSE went to version 4.2 (it gets complicated in the numbering and even naming). Only 1 and 2 were included in the base 64-bit ISA.
47.
▲
by
VorpalWay
1mo ago
During the cold war, Sweden had vast stockpiles of long shelf life food (and other essential items) in case the war stopped being cold. This would have been rationed out in case of an emergency or war. As far as I know, this is no longer th
48.
▲
by
VorpalWay
1mo ago
There is another option than individuals vs corporations though: The government could and should provide for it's citizens. That is what a welfare state is all about: useing the taxes it collects from its citizens for the common good.
49.
▲
by
VorpalWay
1mo ago
For a remote Linux system you can also do a lot over plain SSH as well.
50.
▲
by
VorpalWay
1mo ago
> Actual maximum data throughput is very hard to know. The only way to really "know" how much data can flow through a cable is with an expensive oscilloscope or cable tester. Couldn't you just do a data transfer test over
51.
▲
by
VorpalWay
1mo ago
There is also https://github.com/Zetaphor/whatcable-linux (if you want a KDE UI rather than Gnome) and https://github.com/vzaliva/whatcable-linux-cli (a fork of the KDE repo, but only leaves the C
52.
▲
by
VorpalWay
1mo ago
Indeed, and any animation at all is too long for UI elements in my opinion.
53.
▲
by
VorpalWay
1mo ago
I meant showing/hiding the side bar itself, not headings in it. Using the triple dash menu button in the top left corner.
54.
▲
by
VorpalWay
1mo ago
No sure I agree on fast. At least on mobile the sidebar has an show/hide slide animation that takes a sizeable fraction of a second. In fact is one of the slowest animations for this I have seen. I disable animations entirely on device
55.
▲
by
VorpalWay
1mo ago
The best (and most flexible) way to get data of old floppies is https://github.com/keirf/greaseweazle which reads the data at a raw magnetic level using a standard floppy drive and a custom open source circuit board wh
56.
▲
by
VorpalWay
1mo ago
You probably misunderstood the technical writeup (if you read it). This is modifying MMIO registers of the DRAM controllers. Normal user space (ring 3) doesn't have access to that. Nor does a VM guest. This needs host kernel level acce
57.
▲
by
VorpalWay
1mo ago
As I understand it, this can be used to access secrets of various secure enclaves on affected systems (potentially TPM in firmware, SGX, ARM Trustzone etc, depending on what the platform in question has). In which case it absolutely is used
58.
▲
by
VorpalWay
1mo ago
Maybe it does for you, but everyone is different. It is annoying (and sad) to see both sides asserting their experiences as universal truths. I cannot stand pair programming, but I don't begrudge that it might work for some.
59.
▲
by
VorpalWay
1mo ago
Which arguably is a good thing. As a owner of the system I really should have complete control over it. But currently there is software I have no control over running at even higher privilege levels. The only modern silicon that gives me
60.
▲
by
VorpalWay
2mo ago
I think you may be overthinking it. In Sweden we already have a registry where we can opt out of telemarketing[1] (as well as ads in our physical mailboxes[2]). Generally this works well. Yes I still get a couple of "this is Microsoft
More ›