Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jastr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jastr
3mo ago
Back in college, I thought I could compress my phone number by telling people its index in pi, but my 7 digit phone number is at an 8 digit index. I didn’t have the compute to find my 10 digit number with the area code.
2.
▲
by
jastr
7mo ago
I had this too until I lowered it's memory limit. In ~/.duckdbrc `set max_memory='1GB';` or even less
3.
▲
by
jastr
7mo ago
By default, it tries to take 80% of your memory. I've found that you need to set it to something much smaller in ~/.duckdbrc `set max_memory='1GB';`
4.
▲
by
jastr
4y ago
You can be my first user! https://postgraphs.com/ - it’s an old weekend project of mine that I’d like to finish up soon
5.
▲
Gomp – A small CLI to compare Git branches, for rebase based workflows
(github.com)
3 points
by
jastr
4y ago
|
0 comments
6.
▲
by
jastr
4y ago
Similarly, watch a random walk solving a maze https://stripenight.com/random_walk.html
7.
▲
by
jastr
4y ago
The best way to get software engineers to solve your issue with X is to phrase your question “Why is X so horrible? It can’t even do Y.” The engineers will inevitably reply “That’s so simple. You just need to …” The ecosystem for managing p
8.
▲
by
jastr
4y ago
I hadn't heard of Opera Unite. It's similar and 10+ years older! Thanks for the kind words - friends have been mostly confused by this project.
9.
▲
Show HN: WindowHandler – Serverless functions that run in your browser
(windowhandler.com)
4 points
by
jastr
4y ago
|
2 comments
10.
▲
by
jastr
4y ago
Heroku's github integration has been down for 2 weeks
11.
▲
Rethinking Mobile App Monitoring
(blog.logrocket.com)
18 points
by
jastr
5y ago
|
5 comments
12.
▲
by
jastr
5y ago
> there's actually proportionally less failures in Product Hunts busiest period This is a really interesting post! I think there's a little survivorship bias. As Product Hunt grew 2015-2017, users posted old projects of theirs
13.
▲
by
jastr
5y ago
This is advice that seems reasonable but is actually pretty harmful. Take a startup with a few users. The senior engineer decides they need pub/sub to ship a new feature. With Kafka, the team goes to learn about Kafka best practices, c
14.
▲
by
jastr
5y ago
This is a neat idea, but I think the site is a bit too barebones for people to want to trust with their data.
15.
▲
by
jastr
5y ago
The article does a good job of explaining the difference between WHERE and HAVING. The simplest resource I've found for this is Julia Evans' "SQL queries run in this order" [0], which points out for example that SELECTs
16.
▲
by
jastr
5y ago
This is quite a bit of infrastructure for an app that hasn't launched yet. If it's not too late, consider simplifying by removing RabbitMQ or Redis. Perhaps even getting rid of both, and only using MySQL. Maybe your workers could
17.
▲
by
jastr
5y ago
When you first hear Tailwind's concepts, they seem to contradict everything you know about good software design. When you try it out and begin to remember some of the class names, you get into a great state of flow - it's the high
18.
▲
by
jastr
5y ago
Hi HN! This was a python script I used on the command line for a while, before spending a weekend converting it to a microsite. Pretty print json with single quotes or None or anything that looks like json, like python dictionaries/arr
19.
▲
Show HN: Pretty print invalid JSON (or anything that looks sort of like JSON)
(prettyprintplease.com)
9 points
by
jastr
5y ago
|
4 comments
20.
▲
by
jastr
5y ago
Lots of developers believe that if they think hard enough and choose the right side project, it will succeed. I think the takeaway here is that chance plays a big role. So increase your chances by shippings lots of projects. And a tip to sh
21.
▲
Invoke Lambda functions directly from Postgres
(docs.aws.amazon.com)
10 points
by
jastr
5y ago
|
2 comments
22.
▲
by
jastr
5y ago
Browser extensions will redirect HTTP to HTTPS as the request is made, so CoffeeShopWifi can't help you there. Most sites will send a redirect to HTTPS, which CoffeeShopWifi does not. So I decided it's safe to make a cert and supp
23.
▲
by
jastr
5y ago
Neat to see all the alternatives. I'm not sure what non-technical folks do when faced with this problem, so I picked a friendly domain name. Ironically, if CoffeeShopWifi.com works successfully, the users won't see it.
24.
▲
CoffeeShopWifi.com – An HTTP website for connecting to guest WiFi
(coffeeshopwifi.com)
133 points
by
jastr
5y ago
|
83 comments
25.
▲
by
jastr
5y ago
Hi HN, PrettyPrintPlease is a small weekend project that I’m excited to share. I work at a hardware company and spent a few months with our logistics team integrating a lot of outdated APIs to automate moving hardware around the world. APIs
26.
▲
PrettyPrintPlease – Pretty Print Invalid JSON
(prettyprintplease.com)
3 points
by
jastr
5y ago
|
1 comments
27.
▲
by
jastr
6y ago
https://PopcornNotify.com - API for sending email and text messages. About 3 weeks of work, making a little money. https://CSVExplorer.com - Web app for opening big CSV files. Months of work to build, but now just a
28.
▲
A quick tip for working with a large codebase at a new job
(twitter.com)
1 points
by
jastr
6y ago
|
0 comments
29.
▲
by
jastr
6y ago
I have a saas for non-devs to open big CSVs, so code I've written has parsed thousands of garbage CSVs (and failed to parse thousands others). Lots of pitfalls are easy to avoid if you already know them, which it sounds like you do. Th
30.
▲
The Centers for Medicare and Medicaid's CSS Is Stuck in Kathy's Downloads Folder
(download.cms.gov)
2 points
by
jastr
7y ago
|
0 comments
More ›