Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
daurnimator
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
daurnimator
7mo ago
seaweedfs: `weed server -s3` is enough to spin up a server locally
2.
▲
by
daurnimator
2y ago
Lambic beers prove you can do that
3.
▲
by
daurnimator
2y ago
And if he isn't "annoying Steve" now he will be known as that soon enough :)
4.
▲
by
daurnimator
2y ago
hmm? https://github.com/daurnimator/lua-http/commit/54606a9d3fea9...
5.
▲
by
daurnimator
3y ago
> It's not copy protection. It may change the structure and content of the page that is sent but that is not copy protection. It is though! Often news websites use the user agent to detect e.g. the google crawler, and allow google t
6.
▲
by
daurnimator
3y ago
Have you seen user agent strings? Every browser pretends to be all the browsers before it to get around restrictions on who can see/render content.
7.
▲
by
daurnimator
3y ago
A major goal of an email-like system is full decryption of the entire history of messages. Same as it's a feature of my filing cabinet that items don't incinerate themselves whenever I move house.
8.
▲
by
daurnimator
3y ago
Email is also an archive of communications with vendors, shops and government departments. Signal doesn't let you migrate chat history to your desktop. Trying to migrate between phones while retaining your Signal history is too hard fo
9.
▲
by
daurnimator
3y ago
I expect it would be far cheaper to scale up tempo/loki than it would be to even run an idle kafka cluster. This feels like spending thousands of dollars to save tens of dollars.
10.
▲
by
daurnimator
3y ago
zig supports importing C headers via the special built-in `@cImport`. That feature requires a C language front end to operate. https://ziglang.org/documentation/0.10.1/#Import-from-C-Head...
11.
▲
by
daurnimator
4y ago
I personally find the yq tool from https://github.com/kislyuk/yq much more useful: it has all the same options and formats as `jq` (as it's really a wrapper around jq). Rather than the `yq` in the OP here where on
12.
▲
by
daurnimator
4y ago
e.g. some anti-virus software requires a kernel module; this adds additional attack surface e.g. historically anti-virus engines have had bugs where e.g. when they search inside of a .zip file; their .zip parser was susceptible to a buffer
13.
▲
by
daurnimator
4y ago
Just stay until you get arrested for trespassing and "escorted" out.
14.
▲
by
daurnimator
4y ago
That seems to be at least a $22000 car. (cheapest one for sale right now: https://www.carsales.com.au/cars/details/2015-nissan-leaf-az... ) How on earth is that worth it when a similar era e.g. mazda 3 is $13000?
15.
▲
by
daurnimator
4y ago
Note that Postgres has built in range types which makes much of this cleaner. See https://www.postgresql.org/docs/15/rangetypes.html#RANGETYPE...
16.
▲
by
daurnimator
4y ago
You might be able to find a solution in migadu ( https://www.migadu.com/ )
17.
▲
by
daurnimator
4y ago
Fails to load in firefox 105.0.1 (64-bit ArchLinux) for me. WebGL warning: <Create>: WebglAllowWindowsNativeGl:false restricts context creation on this system. d3wasm.js:1:156185 Failed to create WebGL context: WebGL creatio
18.
▲
by
daurnimator
4y ago
While I don't disagree, a secure location with a trusted proctor is not simple or easy for all cases: students may be studying remotely/at home, which could be in a rural area with no accessible proctoring, or internationally with
19.
▲
by
daurnimator
4y ago
> I'm guessing the town wants him to do very basic stuff to get the property up to code, and he doesn't want to. It looks like he wants to but the city won't let him. e.g. https://twitter.com/pontifier/
20.
▲
by
daurnimator
4y ago
My Sony Z3 Compact back in 2014 had IP68 and a headphone jack.
21.
▲
by
daurnimator
4y ago
https://github.com/yefremov/isnan An entire module for just `return value !== value;`
22.
▲
by
daurnimator
4y ago
> You should pay them by their time, like you would a doctor. Except it'll cost like $200 I looked into this a couple of months ago. It turns out it costs minimum ~$2,000 here in Australia to get anything that's not "Gener
23.
▲
by
daurnimator
4y ago
I invite you to try my test suite at https://github.com/daurnimator/lpeg_patterns/blob/master/spe...
24.
▲
by
daurnimator
4y ago
> But I have not needed to prove it because (as far as I know) only one programming language that uses async as its concurrency model claims to not have function colors. The zig "colourless" innovation was informed by my work w
25.
▲
by
daurnimator
4y ago
I would guess because you want the company to pay for postage.
26.
▲
by
daurnimator
5y ago
coca-cola?
27.
▲
by
daurnimator
5y ago
All of those usb specs are quite young and none have really lasted. Compared to other connectors that people may know: - RJ45/8P8C was standardised in 1987 - the 3.5mm audio jack in 1979 - the PCI express slot from 2003 These are all s
28.
▲
by
daurnimator
5y ago
> Because of this development style, we prefer not to have a public repository for Lua. Note that I eventually convinced Roberto that it was worth having a public github repository even just to show the history and evolution. https:
29.
▲
by
daurnimator
5y ago
- server-side searching of messages becomes impossible; this essentially breaks message search for most people - depending on how it's done, it can mean the loss of messages when changing devices (one of the top complaints I hea
30.
▲
by
daurnimator
5y ago
Indeed, partially thanks to this article! It was the key piece of material that helped me convince Andrew to make zig's async colour-less.
More ›