Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sizediterable
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Git Forges
(wincent.dev)
2 points
by
sizediterable
11mo ago
|
0 comments
2.
▲
by
sizediterable
1y ago
Any plans to make it possible to run shellcheck on the embedded scripts?
3.
▲
by
sizediterable
1y ago
I'm wondering if the OP meant to share https://www.perplexity.ai/hub/blog/introducing-comet-plus (2025)
4.
▲
by
sizediterable
1y ago
Need it be said https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-va...
5.
▲
by
sizediterable
1y ago
Highly recommend the Dr. Stone anime if you're interested in a story with the premise of starting civilization from scratch but armed with the sum total of modern human knowledge about science and engineering.
6.
▲
by
sizediterable
2y ago
I also wrote my solution in Rust. I was pleased that my approach gave me an opportunity to write a linked list and get the chance to apply some rarely used learning[0]. My solution doesn't use SIMD, but is actually takes about the same
7.
▲
by
sizediterable
2y ago
Out of Dropbox's long history of acquisitions, very few of the products from said acquisitions have survived. Did this factor into your decision to join Dropbox and if so how did you weigh that risk?
8.
▲
by
sizediterable
3y ago
I was recently trying out Node's newish test runner [1] but wanted better error reporting and was grateful that Node provided an API that let me use any TAP-compatible error reporter. I did find unfortunately that most error reporters
9.
▲
by
sizediterable
3y ago
I don't know if its aim is necessarily to model anything you can do in JS. At the moment, TypeScript has zero understanding of prototypal inheritance and there hasn't been any visible progress in that direction.
10.
▲
by
sizediterable
3y ago
These are the usual questions I seek answers to first when seeing a new programming language: - What does writing asynchronous code look like - Will it have any novel or less mainstream features, e.g. - Algebraic effects [1] -
11.
▲
by
sizediterable
4y ago
How about making Github-Current actually have a good code review UX?
12.
▲
by
sizediterable
4y ago
Thanks. I think by default, "do what you want" also includes the ability to redistribute the source code with a different license, so would probably need a clause to cover that at least.
13.
▲
Ask HN: Open-source licenses to disallow use in any blockchain-related projects?
2 points
by
sizediterable
4y ago
|
5 comments
14.
▲
by
sizediterable
4y ago
From https://fig.io/privacy : > Inevitably, there will be users who, for whatever reason, don't want their usage of Fig to be personally tracked. Of course. It's your data and software on your device. You should
15.
▲
Bugs in Hello World
(blog.sunfishcode.online)
527 points
by
sizediterable
5y ago
|
252 comments
16.
▲
by
sizediterable
5y ago
The title should be changed. Chris never says that the core team, i.e. the people on the team, is toxic. He said that the environment is toxic which leads to behavior such as getting yelled at.
17.
▲
by
sizediterable
5y ago
But what if your services are written in different languages from each other and they need to perform similar authz checks? Sure, each service might need be responsible for its own data fetching, but the actual logic over the data can be
18.
▲
by
sizediterable
5y ago
Congrats Sully and thanks for your work on mypy!
19.
▲
by
sizediterable
5y ago
I remember there being a section demonstrating this in the manual for my TI-83 calculator [0] It prompted me to learn a bit more about IFS and discover one of my favorite fractals ever. The word "chaos" where each stroke is made u
20.
▲
by
sizediterable
5y ago
As the CEO of a company that offers authz as a service it's a bad look to start a list containing your own articles and none of your competitors' instead of contributing to an existing resource like https://github.com&#
21.
▲
by
sizediterable
5y ago
Always happy to see companies thinking about typing I wrote-up a high-level comparison between the type systems of TypeScript and mypy here that might be of interest to type enthusiasts https://news.ycombinator.com/item?id=2
22.
▲
by
sizediterable
5y ago
There’s a Scrabble version of this that’s free to play https://spellingquest.online If you prefer playing as an app over in a browser https://store.steampowered.com/app/1086630/Spelling_Quest_On...
23.
▲
by
sizediterable
5y ago
If you didn't already notice, this is what Excalidraw uses to get its distinct style
24.
▲
by
sizediterable
5y ago
The UI certainly reminds me of Scuba. Is a comparison to Honeycomb available? The founders are both ex-FB people also offering Scuba-like observability as a service.
25.
▲
by
sizediterable
5y ago
Why would anyone want to have their metadata be in a blockchain where they can't have it be deleted? If we never get stricter GDPR laws + enforcement the next best thing for me would be to be able to pay a service to delete all existin
26.
▲
by
sizediterable
5y ago
Just now learned what Jamie Tartt's theme song in Ted Lasso is based on having never listened to Baby Shark before.
27.
▲
by
sizediterable
5y ago
> In my experience, porting code more or less directly from one language to another is faster and easier than people assume Converting code to Rust while keeping the logic one-to-one wouldn't work. Rust isn't ensuring memory sa
28.
▲
by
sizediterable
5y ago
For implementing things like programming languages, I think parser combinators also allow you write better and more specific error messages than something like a parser generator. Though I think most programming language authors optimizing
29.
▲
by
sizediterable
5y ago
Most of my experience is with mypy and TypeScript. If your Python code relies a lot on dynamic dict objects instead of classes you'll have a rougher time. You have to use `TypedDict` which is not very expressive and syntactically verbo
30.
▲
by
sizediterable
5y ago
Python is experimenting with a novel approach where objects have two reference counts, one exclusively for the owning thread and another for all other threads, improving performance when most of the increments/decrements are done by th
More ›