Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anton-107
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
anton-107
7mo ago
I must appoligize - it is there, hidden under "Form elements" in the left menu. Kudos to the authors!
2.
▲
by
anton-107
7mo ago
Why do all the UI component libraries always feature an accordion (something i can build myself in 5 minutes and very rarely need), but always omit a date picker / calendar component (something that is needed almost in every corporate
3.
▲
by
anton-107
8mo ago
does this update also enable precision finding from the watch? would this start working with the previous generation of airtags as well (currently you can use precision finding from your iphone, but not from the watch)
4.
▲
by
anton-107
2y ago
take millions of games of human players of certain rating only as your learning data?
5.
▲
AWS CloudShell now supports Amazon VPC
(aws.amazon.com)
1 points
by
anton-107
2y ago
|
0 comments
6.
▲
by
anton-107
2y ago
"Sapiens" by Yuval Harari is really remarkable overview of human history and is much more recently written. I read it twice already and enjoyed it a lot both times.
7.
▲
by
anton-107
3y ago
Getting "Error: Internal error while processing request." while trying on my personal public github repo. HN effect?
8.
▲
by
anton-107
3y ago
Can I run this in GitHub Actions?
9.
▲
by
anton-107
3y ago
Some of the dog breeds, most notably French Bulldogs, have been specifically bred for qualities that enhance their interaction and dependency on humans (like having a unique set of facial features and expressions that many people find irres
10.
▲
by
anton-107
3y ago
Warp terminal comes to mind as well. But I believe they are just plain closed-source. What makes these projects fake open-source?
11.
▲
by
anton-107
3y ago
getting acquired by a big tech who wants to catch up with Microsoft's dominance in developer tools is one possible out
12.
▲
Communicative Agents for Software Development
(arxiv.org)
2 points
by
anton-107
3y ago
|
0 comments
13.
▲
by
anton-107
3y ago
Hmm, if generating new code is an easy task for GPT, why don't you ask it to create a new project from scratch every moment a user comes up with a new feature? Who needs to maintain an old codebase if you can rewrite it adding new feat
14.
▲
by
anton-107
3y ago
and is there no such pair of planets that revolve around the Sun while staying on the same "side" of the Sun?
15.
▲
by
anton-107
5y ago
Correct, but people are more likely to learn a new skill or a tech stack in their 20s than in their 40s. And when current 65+s were in their 20s javascript wasn't a thing yet.
16.
▲
by
anton-107
5y ago
65 year olds don't do javascript. which is explainable since javascript itself is ~28 years old and node.js is like 15?
17.
▲
by
anton-107
5y ago
Would be interesting to see AlphaZero in this contest, but I don't think it is open source [1] How AlphaZero Completely CRUSHED Stockfish https://www.youtube.com/watch?v=8dT6CR9_6l4
18.
▲
by
anton-107
5y ago
it's coupling via network calls instead of in-memory calls
19.
▲
by
anton-107
5y ago
Someone in this thread gave an example of casting floats to integers being glue code. But how exactly you want to cast - using round, floor or ceil is a business logic. Where is the meaningful difference in this example?
20.
▲
by
anton-107
8y ago
I would guess text labels with services' names are supposed to be part of those icons
21.
▲
by
anton-107
8y ago
> It's not a great language (clearly demonstrated by the discussion about it being good or not) but it's not terrible I'm wondering what would be an example of a great language? Because we know that there are only two kind
22.
▲
by
anton-107
9y ago
i'm wondering if 15-25 generations (that's approximately how many generations of garden birds were there since the invention of the cigarettes with filters) are enough for evolution to actually show this trend here
23.
▲
by
anton-107
9y ago
But in return it's also extremely cheap to bootstrap and fail
24.
▲
by
anton-107
9y ago
Angular 2+ user here: - Components have nice API and are pleasant to use - Dependency injection containers out of the box are good for those who value inversion of control in their codebases - Change detection is good and fast. Gone are the
25.
▲
by
anton-107
10y ago
> jump to implementations not a trivial thing to implement for Go though. Last time I checked the Go plugin for Intellij was missing this functionality
26.
▲
by
anton-107
10y ago
Or... just use the battle-tested tool that solves this exact problem well for you. Put your cache into Redis or other in-memory cache.
27.
▲
by
anton-107
11y ago
What would be a good textbook for Math 101, specifically to learn some advanced mathematical formalism without actually diving in applied science behind it?
28.
▲
by
anton-107
11y ago
Does anybody know any good open source spreadsheet implementation with JS+DOM?
29.
▲
by
anton-107
11y ago
So does querySelectorAll, that's not the issue with jQuery API. The problem is that "jQuery" function, aliased as "$" has 9 signatures (doing 9 different things, depending on which arguments you send to it), while q
30.
▲
by
anton-107
11y ago
Sorry for confusion, what i meant was: yes DOM API is a bit verbose, but jQuery is exactly the opposite in a bad sense: it's using too few words to express too many different things.
More ›