Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joncfoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
joncfoo
7mo ago
Be nicer. You could’ve sufficed with: > It's good that they've added an option to disable them for those who don’t want to use or see them.
2.
▲
by
joncfoo
1y ago
Doesn't seem to be up =\
3.
▲
by
joncfoo
1y ago
A sick man died enroute to visit a chatbot which fed him a false address as its own. Meta needs to be held accountable. We need better regulation around these chatbots.
4.
▲
by
joncfoo
2y ago
That is slick. Offline first in the truest sense.
5.
▲
by
joncfoo
2y ago
Unfortunately login.gov is only available for use by companies doing business with the US government.
6.
▲
.INTERNAL is now reserved for private-use applications
(icann.org)
563 points
by
joncfoo
2y ago
|
278 comments
7.
▲
by
joncfoo
2y ago
[...] the Board reserves .INTERNAL from delegation in the DNS root zone permanently to provide for its use in private-use applications. The Board recommends that efforts be undertaken to raise awareness of its reservation for this purpose t
8.
▲
by
joncfoo
2y ago
It already contains extension support (not sure why it's not prominently mentioned in in their docs though). The built-in ones are here: https://github.com/zed-industries/zed/tree/main/extensions . T
9.
▲
by
joncfoo
2y ago
> The recall involves all 3,878 of the aesthetically-divisive angular trucks that have been sold so far. https://www.npr.org/2024/04/19/1245849907/tesla-cybertruck-r... > That means the 3,878 truck
10.
▲
by
joncfoo
3y ago
Have you come across sqlc? https://docs.sqlc.dev/en/stable/ It gets rid of the crufty parts of DB interaction with Go.
11.
▲
by
joncfoo
3y ago
This is really neat! I'm going to take it for a spin in a simple CRUD internal app.
12.
▲
by
joncfoo
3y ago
1. I froze during a whiteboard interview where I was asked to pretty print a tree in front of two people. Performance anxiety made me implode and stumble so much that I failed to implement basic recursion :') 2. I froze again during a
13.
▲
by
joncfoo
3y ago
Next thing you know each wasm assembly will need a package format to ship assets with and have the app server provide common resources to all assemblies, e.g. db connection pools, some notion of security, etc. Replace Wasmer with the a JVM-
14.
▲
by
joncfoo
3y ago
> Some of this is probably going to have to be done in your application... FWICT tableflip does exactly this: https://github.com/cloudflare/tableflip
15.
▲
by
joncfoo
3y ago
Rough psuedocode to do this with the built-in http.Server where startServer(..) would use the reuseport library to create the listener so multiple servers can listen within the same process: func reloadConfig(config) { if newServer,
16.
▲
by
joncfoo
3y ago
Assets of any kind can be embedded in the executable and accessed via the embed.FS interface. This makes it trivial to bundle up all dependencies if desired.
17.
▲
by
joncfoo
4y ago
At $previous_job we shifted a large workload from Intel to Graviton which was projected to save ~$1.7m annually while keeping roughly equivalent performance (after some tuning).
18.
▲
by
joncfoo
4y ago
In Firefox, type % followed by a space and you can then search tab titles and jump to a tab.
19.
▲
by
joncfoo
4y ago
The virtual keyboard on the Treasury Direct login page is terrible, especially for those of us who use a password manager. I use the following bookmarklet that "types" each letter via the exposed JavaScript function on the page i
20.
▲
by
joncfoo
4y ago
What does the integration ecosystem look like for array-based languages? e.g. writing and consuming network services, database interoperability, C FFI, text encodings, etc. Given this release of APL introduces support for shebang scripts I&
21.
▲
by
joncfoo
5y ago
Please be nice.
22.
▲
by
joncfoo
6y ago
Is this type of response called for? Please be a good netizen. If you’re interested in the project and are a Windows user, contribute to the project.
23.
▲
by
joncfoo
7y ago
Micro-frontends are indeed a solution looking for a problem as others have noted. They remind me of the ball of mud that was Java portlets. No team(s) wants to maintain a SPA written in multiple frameworks. If you truly must, embed a com
24.
▲
by
joncfoo
7y ago
Wow. So many kill-joys in this thread. I think the project is neat. It certainly is an opinionated way of doing a layout and it reads quite nicely. If CSS classes were provided as an alternative I think the project might have more adopters
25.
▲
by
joncfoo
8y ago
It's not expensive outside the USA. Personal experience as travel was involved; for the full round of shots: - 1 USD in Nepal - 5 USD in India - free in UAE - ~350 USD in Texas This was without insurance.
26.
▲
by
joncfoo
8y ago
Maybe a quick spell check would've caught the misspelling of prgrams or maybe more proof reading is the answer. /s :D Types are a tool just like auto spell checking. Why not leverage them to reduce cognitive load?
27.
▲
by
joncfoo
10y ago
Might I suggest also having a look at https://github.com/gnab/remark It's uses markdown as well, has a presenter mode, speaker notes, and is easily customizable. The best thing is that everything can neatly fit i
28.
▲
by
joncfoo
12y ago
I now have a favourite comic :) Thanks!
29.
▲
by
joncfoo
12y ago
Quoting apc @ https://lobste.rs/s/7w6p95/msft_open_sources_production_seri... The current offerings (Thrift, ProtoBuffs, Avro, etc.) tend to have similar opinions about things like schema versioning, and very diff
30.
▲
by
joncfoo
13y ago
If your use case simply involves editing text files so that they are in sync with the remote server then OpenAFS does seem to be overkill. SSHFS [1] would be the simplest solution to this. It works well for small files but not well with l
More ›