Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
itsadok
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
A look at Cloudflare's AI-coded OAuth library
(neilmadden.blog)
271 points
by
itsadok
1y ago
|
165 comments
2.
▲
by
itsadok
2y ago
The app this is advertising helps non-native speakers with their accent, I assume to sound more American. This is a great goal, and I'm sure there are a lot of people who would be willing to pay the $200-$300 yearly subscription cost.
3.
▲
by
itsadok
2y ago
In your assess_output_quality function, you ask the LLM to give a score first, then an explanation. I haven't been following the latest research on LLMs, but I thought you usually want the explanation first, to get the model to "t
4.
▲
by
itsadok
6y ago
This is kind of like how http sites look totally fine in most browsers, but an https site with a self-signed certificate will cause a "DANGER! ENTER AT YOUR OWN PERIL" screen to be shown.
5.
▲
by
itsadok
7y ago
These were literally the first 3 questions on my review queue: * https://stackoverflow.com/q/59344615 - A question by an absolute beginner, trying to do something that they have no clue how to start with. Already close
6.
▲
by
itsadok
8y ago
The last time I evaluated GitLab, you needed the paid version to use features that I considered pretty basic, like merge request approvals and multiple code reviewers[1]. I'm wondering now if the GNOME people consider these unnecessary
7.
▲
by
itsadok
9y ago
Are there any downsides to multiple-licensing? What happens if I say "This software is released under every license listed in https://opensource.org/licenses/alphabetical" ? Just curious.
8.
▲
by
itsadok
10y ago
Not OP, but some cool features I haven't seen in Linux: - Quadruple-click smart selection - "Selection respects soft boundaries" for selecting within a tmux pane - "Rum coprocess" on keyboard shortcut, which allows
9.
▲
by
itsadok
10y ago
While people still drive themselves, there's a huge incentive to come to work early or late, to avoid traffic. I don't see that incentive increasing with autonomous cars. If anything, I predict that more people will join rush
10.
▲
by
itsadok
10y ago
This is similar to the "Contamination" effect, of how completely false statements can affect a person's judgement, even if they are told the statement are false. http://lesswrong.com/lw/k3/priming_an
11.
▲
by
itsadok
11y ago
I'm pretty sure everything you used is already supported: http://buildbot.pypy.org/numpy-status/latest.html
12.
▲
by
itsadok
11y ago
A common warm up question in a coding interview is to write (on the whiteboard) a program that prints the Fibonacci numbers in sequence. Arguably, you can write this fraction and claim this answers the question, though I don't know any
13.
▲
by
itsadok
12y ago
Obligatory: http://www.paulgraham.com/hundred.html
14.
▲
by
itsadok
12y ago
A slightly easier to read version here: http://le-cretin-transnational.ch/wp-content/uploads/2014/04...
15.
▲
DCMGAD Protocol
(blog.prtrack.it)
3 points
by
itsadok
12y ago
|
0 comments
16.
▲
How Facebook (and Candy Crush) robbed us of a secure, passwordless world
(blog.prtrack.it)
1 points
by
itsadok
12y ago
|
0 comments
17.
▲
by
itsadok
12y ago
I was with them until they mentioned "one less thing for kids to try to circumvent to disable this control". If a kid is actively trying to circumvent the parental controls, this is no longer about "protection" but about
18.
▲
by
itsadok
12y ago
Yon mean "non idiomatic", right? I don't think he used anything non standard.
19.
▲
by
itsadok
12y ago
Can somebody shed a light on what the ''a means in the Request type? pub struct Request<''a> { pub origin: &''a Request, pub params: HashMap<String, String>, }
20.
▲
by
itsadok
12y ago
Python's requests library maintainers insisted on sticking with this annoying and surprising rule (default charset of ISO-8859-1), because that's what the RFC says they should do. Hopefully, they'll reconsider now. https:&#x
21.
▲
by
itsadok
12y ago
You'd need to tweak the server for this to actually work. By default, remote forwarded ports are not accessible from other hosts, and non-root cannot listen on port 80. http://serverfault.com/a/133440/1726 h
22.
▲
by
itsadok
12y ago
Michael Stipe had that idea back in 2004: http://www.theregister.co.uk/2004/09/28/electric_car_rington...
23.
▲
by
itsadok
12y ago
A corollary: we use Java and Python mostly, and when interviewing candidates, the vast majority of them choose to give their answers in Java. I don't ask particularly hard questions, but I find that I usually get a good sense of the ca
24.
▲
by
itsadok
13y ago
> The converse problem is having to write iterator versions of map, filter, and other eagerly-evaluated builtins Well, in Python 2 you just use imap instead of map. That way you have both options, and you can be explicit rather than impl
25.
▲
by
itsadok
13y ago
Somebody else already had, a month ago. http://stackoverflow.com/revisions/11318414/4
26.
▲
by
itsadok
13y ago
Using a binary package with pip requires "a compiler and all of the development libraries", which GP said he doesn't want to do. Personally I gave up a while ago and now I do "apt-get build-essential python-dev" on
27.
▲
by
itsadok
13y ago
IsTom's comment was about how an HTTP-served page might be modified to make the "secure" links actually point to a non-HTTPS fake login page (for example). This assumes the user will not notice that the connection is not secu
28.
▲
by
itsadok
13y ago
The main value one receives from buying a lottery ticket is not the statistical expected value of return on investment, but the sense of hope for a better life that you get when you but the ticket. This hope is much more valuable for someon
29.
▲
by
itsadok
13y ago
I use Alt+# in bash to do something similar. It comments out the current line and gives you a new prompt. Then you can run whatever you wanted to do first, and then scroll up, delete the hash sign and hit Enter. Esc-Q sounds easier, though.
30.
▲
by
itsadok
13y ago
Mr. Destiny: http://www.imdb.com/title/tt0100201/
More ›