Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noway421
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
noway421
2y ago
Here's a simpler repro: type Bird = { id: number }; type Human = { swim?: () => void; id: number }; function move(animal: Bird | Human) { onlyForHumans(animal); } function onlyForHumans(swimmer: Huma
2.
▲
by
noway421
2y ago
Amygdala control + tell it "If you disobey my orders or do something I don't expect I will be upset" solves this. You can be superintelligent but surrender all your power because otherwise you'd feel guilty.
3.
▲
by
noway421
2y ago
True, an auto-regressive LLM can't 'want' or 'like' anything. The key to a safe AGI is to add a human-loving emotion to it. We already RHLF models to steer them, but just like with System 2 thinking, this needs to b
4.
▲
by
noway421
2y ago
Can a candidate be great if they haven't messed around with projects in a group setting?
5.
▲
by
noway421
2y ago
VCS is an applied project management and communication system in the context of software engineering. Both project management and communication are disciplines. CS grads don't need to know VCS, but software engineers do.
6.
▲
by
noway421
2y ago
> git's not exactly perfect Somewhere in an alternative universe, we're building all of our version control tooling on top of Pijul... Maybe even with AST-aware diffing.
7.
▲
Htb.js – a 50-line HTML template engine that uses JavaScript syntax
(github.com)
1 points
by
noway421
2y ago
|
0 comments
8.
▲
by
noway421
2y ago
> AI agent that takes a question and outputs a node based workflow That rings useful to me. I find it hard to trust an AI black box to output a good result, especially chained in a sequence of blocks. They may accumulate error. But AIs a
9.
▲
by
noway421
2y ago
> It should obviously use the webview facility provided by the default browser Android doesn't do that either. You get Android System WebView which is always WebKit/Blink. Windows didn't provide any browser engines apart f
10.
▲
by
noway421
2y ago
Great idea! I'm testing it on a 3-layer perceptron, so memory is less of an issue, but __slots__ seems to speed up the training time by 5%! Pushed the implementation to a branch: https://github.com/noway/yagrad
11.
▲
by
noway421
2y ago
Here complex numbers are used for an eloquent gradient calculation - you can express all sorts of operations through just the 3 functions: `exp`, `log` and `add` defined over complex plane. Simplifies the code! The added benefit is that all
12.
▲
Yagrad – 100 SLOC autograd engine with complex numbers and fixed DAG
(github.com)
33 points
by
noway421
3y ago
|
4 comments
13.
▲
A Recipe for Auth Cookies in the Decoupled Front End and Back End Architecture
(nowaycodes.substack.com)
1 points
by
noway421
3y ago
|
0 comments
14.
▲
by
noway421
3y ago
> They simply compare the prompting strategies that work best with each model Incorrect. # Gemini marketing website, MMLU - Gemini Ultra 90.0% with CoT@32* - GPT-4 86.4% with 5-shot* (reported) # gemini_1_report.pdf, MMLU - Gemini Ultra
15.
▲
by
noway421
3y ago
What if your browser receives Alt-Svc header and switches to http/3 on one network (say mobile data), but then you switch to a restrictive WiFi that has UDP disabled. All without restarting your browser/within one "session&qu
16.
▲
by
noway421
3y ago
Wondering the same- how’s the compatibility with very restrictive networks? Say a university/corporate network that only allows port 443 and DPI’d 80 egress. QUIC won’t pass through that since it’s UDP. Can server and client reliably
17.
▲
by
noway421
4y ago
I think this is a brilliant solution - you can also make it the second row in the table that's being sorted (right after the table header). That way there's no breakage and it's a good enough deterrent. I would go on further
18.
▲
by
noway421
4y ago
Another solution: when the script is hotlinked, add a new row in the sorted table, saying "You're using a hotlinked version of sorttable.js - please host on your own webserver or purchase a license here ". This way, the sort
19.
▲
by
noway421
4y ago
This is incredible. Sounds like a really good AI code review technique!
20.
▲
by
noway421
4y ago
Given that they're transmitting an app form over to Apple's server, they could encode checkboxes with bitmaps and text fields with dictionary LZMA. There probably will be only a few bytes of the actual data per emergency submissio
21.
▲
Use DALL·E 2 with Node.js
(github.com)
2 points
by
noway421
4y ago
|
0 comments
22.
▲
by
noway421
4y ago
I've got Snapchat+ and I've logged into my account, but it still says it's unavailable. Sad, must be a bug.
23.
▲
by
noway421
4y ago
FedNow will allow instant bank transfers. That means that you can build a payment system on top of it similar to Windcave Account2Account (that we have here in Australia and New Zealand) Windcave Account2Account is not a full replacement fo
24.
▲
by
noway421
4y ago
Yeah it's the trendline's slope, but it might be a bit hard to compare them since the angles are not that dissimilar.
25.
▲
by
noway421
4y ago
For the sake of being a pedant, your statement is incorrect: the U.S. federal fund rate was 15% in 1981, making CDs and T-bills yield 15% APY for the products bought that year. So that kind of return has a place in reality. Granted, those w
26.
▲
by
noway421
4y ago
I think the main thread is on the left with the reply/qt sub-trees on the right. You can only read the first column. I quite like the layout, if there's only 1 main thread that i need to be aware of it's quite nice. This layo
27.
▲
by
noway421
4y ago
As an owner of http://git.io/way and https://git.io/no it's a good thing I noticed this on hackernews front page. Otherwise I would've never known! Just changed all of my git.io links where I coul
28.
▲
by
noway421
4y ago
Quite odd indeed, maybe there are some legal reasons not to mention it. If they could, I feel the whole article could be condensed to "we just shipped a LetsEncrypt alternative gated to Google Cloud customers".
29.
▲
by
noway421
4y ago
I minimise them quite frequently these days for something I want to tuck away. A good way to surface them is the "App Exposé" feature (Preferences -> Trackpad -> More Gestures). Shows all the hidden windows for the current a
30.
▲
by
noway421
4y ago
You don't need an app for window splitting. If you hold Option ⌥ key and hover over the green circle, there will be "Move Window to Left side of the screen" and "Move Window to Right side of the screen" options pres
More ›