Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tie_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tie_
1y ago
Ain't it cute 'splaining what redis is designed for to the person who designed it
2.
▲
by
tie_
2y ago
Very cool project and would be super useful with something like GraphQL, which tends to produce big nested JSON objects. Thanks for sharing it! One improvement in my eyes would be to remove the "connector" boxes, like `members (2)
3.
▲
by
tie_
3y ago
The "two big mobile platforms" were not established by an irreversible act of God. Before the current time of two platforms, there was a time of (mostly-)one platform i.e. the Web, and that platform had quite a few nice features.
4.
▲
by
tie_
3y ago
Isn't 4k+1/4k-1 rule trivial though? If we take any number K=N*4 divisible by 4 and >2, that'd be an even number by definition. The two closest odd numbers on either side would be (K-3), (K-1), (K+1), (K+3). As it happens
5.
▲
How to pull carbon dioxide out of seawater
(news.mit.edu)
43 points
by
tie_
4y ago
|
29 comments
6.
▲
by
tie_
4y ago
Ever tried playing something like (multiplayer) Quake with an Apple trackpad? I used to win online matches with the trackpoint. Once you get use to it, the difference in speed and precision is quite significant.
7.
▲
by
tie_
4y ago
Totally understandable. I'm a trackpoint junkie, but I also could not get to using it on an HP laptop from work. It felt completely gimped (and yes, having just 2 buttons was probably a part of it).
8.
▲
by
tie_
4y ago
Word! PWAs are awesome (for a lot of usecases), and I don't quite get how they are not becoming a center pillar of mobile development.
9.
▲
by
tie_
4y ago
Install atop and configure it to sample every second. I can't count the number of times this has helped solve a mysterious behavior. Atop is king.
10.
▲
by
tie_
5y ago
I'm using Firefox fulltime, both on my work and my personal machine. The two things I'd love to see are: - Fix the ever-growing memory usage on Linux - Make it the best platform for using Progressive Web Apps (PWAs) Despite PWAs
11.
▲
by
tie_
5y ago
Sorry, my statement indeed got confusing. I'm using LiveView for online interactions. I'm using PouchDB + JS for data synchronization and enabling offline work. You are right that LiveView itself does need to be online, since it&#
12.
▲
by
tie_
5y ago
WebPush is the feature that I'm missing. See https://developer.apple.com/forums/thread/114503
13.
▲
by
tie_
5y ago
I'm happily using Phoenix+LiveView for a website that works as a PWA. This also includes offline mode with sync-when-internet-is-available functionality (thanks PouchDB!). This covers online/offline/mobile usecases, with no e
14.
▲
by
tie_
5y ago
Same here. The first time I hear that containers are hard-linked with Kubernetes in anyone's mind. Docker standalone was used for a long time before Kuberbetes was a thing. AWS, Azure and Google have had options to run containers long
15.
▲
by
tie_
5y ago
Same here. Fixed by deleting the traefik pods. The underlying Deployment regenerated them and a new cert was obtained.
16.
▲
by
tie_
5y ago
Please stop suggesting that SQL Injections are a sanitization problem. They are a problem of escaping in the application constructing the query, not a problem with whatever the user has typed in. The log4j vulnerability shares some common t
17.
▲
by
tie_
5y ago
Insightful conversations at https://github.com/apache/logging-log4j2/pull/608 - the original vulnerability patch. Most JNDI lookups are disabled, except for JAVA and _LDAP(S)_. What I don't get is why wo
18.
▲
by
tie_
5y ago
So the answer is pills that can damage your health while having no long-lasting benefit? One other hidden cost - all the body of knowledge (courses, tutorials, books, blog posts, etc) that we have accumulated over the years for IPv4 would
19.
▲
by
tie_
5y ago
I haven't really tested it in court, though I did get the official correspondence that leads up to it. Friendly law practitioner had suggested that I really don't stand a chance. Not sure about credit damage, but in case of a loss
20.
▲
by
tie_
5y ago
More like gym, "clubs" (Verein-s), mobile phone, internet, electricity, etc. It's an established contractual practice, and e.g. Telekom are not in any way obligated to notify you when your cancellation date approaches. They c
21.
▲
by
tie_
5y ago
Here in Germany, physical businesses have even more egregious subscription policies than most "dark" SaaS-es. Think, you do not cancel 3 months before expiration date - congrats, you're now signed up for another year. As a re
22.
▲
by
tie_
5y ago
> Just. Fucking. Let. People. Instantly. Use. Your. Full. Product. I love that - and that's how I aim to build things now. Excalidraw has few calls to external domains as well - just Google Analytics and Sentry.io. That's still
23.
▲
by
tie_
5y ago
Getting the 3-way TCP handshake and decrementing TTL is quite easy to get right. Those are very much foundational properties of the respective protocols. We are not talking about obscure edge cases. Also, building a bridge is not simple e
24.
▲
by
tie_
5y ago
We are talking about following well understood and published standards, such as TCP and IP. The people implementing those stacks were either negligent, or were consciously cutting corners and safeguards that those open standards had already
25.
▲
by
tie_
6y ago
Mandatory XKCD reference: https://xkcd.com/331/
26.
▲
by
tie_
6y ago
No discussion of DNS privacy should go without a link to Bert Hubert's awesome talk on the subject: https://www.youtube.com/watch?v=pjin3nv8jAo
27.
▲
by
tie_
6y ago
> I experienced how many good tech people don’t understand DNS... Totally agree there. Root DNS servers would not answer your computer's (stub resolver's) _recursive_ query. You do need a recursive resolver to do that - whether
28.
▲
by
tie_
6y ago
> If the minimum support level provided by UBI is used (in whole or in part) to offset and reduce minimum wage, it also reduces the barriers to people moving immediately to a less-inderprodicing level, and eventually up and out of the un
29.
▲
by
tie_
6y ago
Well, the UBI money you get would be used to buy something that someone else has produced (an iPhone, a piece of bread, a bottle of wine, etc.). In this sense, the UBI that you are getting represents _goods_ that _someone else_ is producing
30.
▲
by
tie_
6y ago
Awesome! I hope this will put some pressure on Apple to add support for critical PWA features (e.g. push notifications) to iOS.
More ›