Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antholeole
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
antholeole
4y ago
I went from Python to Rust to Go. Python I won’t spend long on, it’s problems are well documented. Rust, which I use wherever possible, just is not the right language for apis for me. Adding dependency injection through Boxed traits feels l
2.
▲
by
antholeole
4y ago
Why would it not make you smarter? Having a hard time following this logic. Perhaps not significantly, but if they say something you don’t know, then by definition you just got a little smarter, if only by one fact about one topic. Also, I
3.
▲
by
antholeole
4y ago
Hack because?
4.
▲
by
antholeole
4y ago
I can’t help but think OP was being sarcastic
5.
▲
by
antholeole
4y ago
Do you have examples? Of things that are faster in vim?
6.
▲
Can VSCode editing be as fast as Emacs/Vim?
1 points
by
antholeole
4y ago
|
4 comments
7.
▲
by
antholeole
4y ago
Why must you keep track of changes? No one is forcing you to figure out how to use things. It’s nice for power users. I know many people who essentially use vsc as notepad++, and that’s okay. I also know people that drool over change logs a
8.
▲
by
antholeole
4y ago
First time I’ve heard about the 6 connection limit. I’m not fully understanding the response - are you saying that the limit is not imposed if you use https? Or am I reading wrong?
9.
▲
by
antholeole
4y ago
First, to respond directly to the post: having a (stable, one you don’t tinker with every other day) k8 setup isn’t bad, its only bad when you have to pay the setup overhead. I built a boilerplate app with: - authentication (Google auth) -
10.
▲
by
antholeole
4y ago
Does anyone who used to be a meat eater and switched to the plant based meat alternatives like impossible burger actually believe that they are similar? I’m attempting to go vegetarian. Prior to my switch, I used to consume large amounts of
11.
▲
by
antholeole
4y ago
I’m confused by this comment - what’s the problem here? The processes is slow and manual? While I get that that’s an issue in its own right, how does that connect to this post? What does “they basically have what you gave them” mean? Not
12.
▲
by
antholeole
4y ago
What?
13.
▲
by
antholeole
4y ago
I experience this and have this exact model, and it is a mostly software issue. I don’t get this problem when my computer isn’t doing much, but when I’m using a ton of CPU, the crackling begins. It isn’t a problem when connected to my AirP
14.
▲
by
antholeole
4y ago
I think this is forcing me to choose between two evils - do I want to look like I can only write half baked weekend projects, or do I want to look like I don’t write any code in my free time at all?
15.
▲
by
antholeole
4y ago
I’ve seen these and got it to work this way. I’m not too fond of working inside the container as it’s just a little more friction, but I’ve been working this way for a little bit now. I was hoping to avoid working in the container.
16.
▲
by
antholeole
4y ago
The trouble with this is that the python environment is in the container - In step 2, id need to type path to the interpreter that it inside the container. Although, now you’ve got me thinking what would happen if I mounted the interpreter
17.
▲
by
antholeole
4y ago
Hijacking this: does anyone know how to get vscode to use a python interpreter inside a docker container for linting? I’ve resorted to using the docker container, but also having a python env so that I can tell vscode to point to the python
18.
▲
by
antholeole
4y ago
Not sure about this: everyone else screwed seems kind of a far reach. If you consider screwed “unable to buy luxuries” then maybe, but I consider screwed “unable to buy food” and Macro farms stand to make food substantially cheaper. How wil
19.
▲
by
antholeole
5y ago
Desmos.com/scientific is my go to. Best calculator ever - understands some LaTeX but also has the buttons for scenarios where I don’t know the LaTeX
20.
▲
by
antholeole
5y ago
This is why I think non-null assertion should be accepted by default. If you forget to set the DB connection string, my backend is essentially useless! I can’t persist anything. I do process.env.DB_CONN! - at runtime I’ll get an error that
21.
▲
by
antholeole
5y ago
Idea* that has been beaten to death :) From a consumer perspective, a product has to be 10x better for me to pay for it. There’s simply no way to make a bookmarking app that’s 10x better - there’s just not that much room for improvement.
22.
▲
Ask HN: What kind of tests do you write for your side projects?
4 points
by
antholeole
5y ago
|
5 comments
23.
▲
by
antholeole
5y ago
Not sure about “of course” - TS gets erased at runtime, so while “of course” it’ll increase the pre-compiled code size, it’s not so easy post compile. If you weren’t aware, you can’t run TS directly - you have to compile it to JS for execut
24.
▲
by
antholeole
5y ago
Something I’ve been wondering: does graphQL Zeus increase code size as schema grows? I get that there’s a constant code size for the package, but I’m running on cloudflare workers for some processes, and scripts have a limit of 1MB. I’m usi
25.
▲
by
antholeole
5y ago
How did unit tests not catch this?
26.
▲
by
antholeole
5y ago
Interesting! What a pivot - from Gas Pump Golf to Instagram for $1B /s
27.
▲
by
antholeole
5y ago
Absolutely in love with Pulumi. I had to pleasure of interning at Amazon, where the AWS CDK was used extensively. I greatly enjoyed using typescript to define infra, as opposed to the two (that I know of) alternatives: - use terraform: I’m
28.
▲
by
antholeole
5y ago
Is there any sources for practice problems like this with sed and other Unix utilities? Like a leetcode, but for solving problems in a Unix environment. I really enjoy these kinds of issues and see some wizards (like this post!) be able to