Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisfarms
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chrisfarms
3mo ago
The "satisfies" keyword may be what you are missing. Most of the cases I used to need "as" (usually weirdly permissive types from some lib) can be nudged in line with a "satisfies"
2.
▲
by
chrisfarms
2y ago
> Video games tend to use UDP for the same reason everyone else mentioned does: timeliness. You want the most recent position of the various game objects now, and you don't give a shit about where they were 100ms ago. This is only t
3.
▲
by
chrisfarms
7y ago
Tell us more... Is this for previews of the artist assigned you? Or something else?
4.
▲
by
chrisfarms
8y ago
Is there a relationship with the "Build" component of Knative here? ... It seems they were working on a very similar abstraction of CI/CD... This seems like a more general abstraction of the same problem
5.
▲
by
chrisfarms
8y ago
I'm really happy Google are giving a go at making ChromeOS into something more than browser on steroids. I really believe this is a path to a decent Linux Desktop future. I'm def considering getting a pixelbook for my main machine
6.
▲
by
chrisfarms
9y ago
> Why exactly Australians need a peer-to-peer payments system isn’t exactly clear... Probably as the first steps towards removing cash. Cash must be such a pain for a government, I'm surprised it is still around.
7.
▲
by
chrisfarms
10y ago
You do, and xiwi (X11 in a window) is almost magic in letting me spawn a proper terminal emulator integrated with ChromeOS's window manager (Aura?). ...but it feels like a bit of a hack. I have to have the laptop in dev mode and there&
8.
▲
by
chrisfarms
10y ago
As surprised as I am to say this; I think Google could steal a large chunk of the developer market overnight with some slight changes to Chrome OS. I needed an emergency machine last week (My 2011 Pro finally died), and I opt'd for a £
9.
▲
by
chrisfarms
11y ago
Maybe just a new colour.
10.
▲
by
chrisfarms
11y ago
I like how the Signal app (at least on Android) also works for insecure SMS to give me one place for messaging... well apart from everyone who uses WhatsApp at least. What I'd love is if they could also make it an email client too. Let
11.
▲
by
chrisfarms
11y ago
> His prediction was that everyone would dress in uniforms. But that’s the complete opposite of what has happened. And I don’t think people will be dressing in uniforms anytime soon. OK, here's a potential prediction that could bri
12.
▲
by
chrisfarms
11y ago
Pretty sure Dart has it's own VM. It just also happens to compile to Javascript.
13.
▲
by
chrisfarms
11y ago
> don't go to sites that have them That's not really a viable solution. You cannot know the site you are about to visit has ads on it or not.
14.
▲
by
chrisfarms
11y ago
My bedtime reading recently has been Propagator Networks[1][2][3] ... and I keep daydreaming of a resource management system just like Dave describes in this video... I do believe "mostly correct" computing is going to play a big
15.
▲
Tus.io: Open Protocol for Resumable File Uploads
(tus.io)
72 points
by
chrisfarms
11y ago
|
28 comments
16.
▲
by
chrisfarms
11y ago
Not very clear what this is from the home page.... appengine-style PaaS?
17.
▲
by
chrisfarms
11y ago
I don't see anywhere in the bill what EXACTLY an Internet Connection Record is, and since there is no such thing as a standard Internet Connection Record in any of our existing network infrastructure, I assume this has been left vague
18.
▲
by
chrisfarms
11y ago
Whenever I see those sorts of limitation I assume there's probably some kind of poorly handled escape situation to exploit and their fix was "well just don't allow that pesky < character"
19.
▲
by
chrisfarms
11y ago
There's a guy in Brighton (UK) with one of these... he always looks so happy and surprisingly stable on it. It seems to make up the relatively steep hill I live on, but I've never seen him use it to go down the hill. Guessing it g
20.
▲
by
chrisfarms
11y ago
No the contexts in pools do not share any state. Once you call an Eval from Go-land you'll be tied to context until that Eval returns, but Go-land will yield during that time so other goroutines(/contexts) are free to execute. It&
21.
▲
by
chrisfarms
11y ago
I built a package to bridge spidermonkey/Go last year[0]. I ended up doing most of the communication via JSON (after several less stable versions using reflect) which was fine for the use-case I had. Unfortunately since it builds spide
22.
▲
by
chrisfarms
11y ago
Looks closer to siege[1] than ab. https://www.joedog.org/siege-home/
23.
▲
by
chrisfarms
11y ago
I guess if the phone has a pin/pattern unlock... that could be argued as the "something you know" part.
24.
▲
by
chrisfarms
11y ago
Luckily for all those times I've walked face first into a spider's web: Spider silk != Poop
25.
▲
by
chrisfarms
11y ago
Skitter[1] would have been all over this. [1] http://worm.wikia.com/wiki/Taylor_Hebert
26.
▲
by
chrisfarms
11y ago
> exactly how the spiders incorporate carbon nanotubes and graphene flakes into their silk is not clear This confuses me. Surely they must've had some kind of hypothesis for this, or are they just going around spraying all
27.
▲
by
chrisfarms
11y ago
I just mapped ":" to the command palette then added a few commands to my init... atom.commands.add 'atom-text-editor', 'w', -> atom.commands.dispatch(this, 'core:save') Repeat for wq, q!
28.
▲
Blipfoto goes into liquidation
(bbc.co.uk)
1 points
by
chrisfarms
12y ago
|
0 comments
29.
▲
by
chrisfarms
12y ago
I've been playing with getting a Postgres/GraphQL system working recently too. I decided that the definitions of the "edges" in the schema itself should declare what the user/viewer is capable of fetching via the Gr
30.
▲
by
chrisfarms
12y ago
This was my only valid use for sets too, I can kind of see why it wasn't a project worth serious time maintaining. I always thought it would eventually be integrated into Google Proper via a comma separated syntax or something. This is
More ›