Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
snikch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
snikch
1y ago
Fixed. Thanks for the report.
2.
▲
by
snikch
2y ago
Sounds dangerous.
3.
▲
by
snikch
2y ago
I have used tools like these for nearly a decade and find them invaluable. My current favourite is Mailpit [1]. The “OG” I would consider Mailcatcher [2] from my Rails days [1] https://github.com/axllent/mailpit [2] h
4.
▲
How to respond with data to draconian corporate IT “security measures”?
1 points
by
snikch
3y ago
|
4 comments
5.
▲
by
snikch
4y ago
My Apple TV didn’t come with an HDMI cable. It’s required to work. The difference I guess is Apple don’t make the cable?
6.
▲
by
snikch
6y ago
Did they check the source of the request? My guess would have been an extension doing this instead of the site.
7.
▲
by
snikch
6y ago
I read this after making my own post that starts the same. This sums up my thinking too so elegantly. There are so many aspects to code and how it gets written that inform the output that each needs to be viewed in the context of that. Was
8.
▲
by
snikch
6y ago
Yes! I do! But they’re never the parts I think they’ll be. Sometimes it’s the simplest of things like a nice CRUD api that’s bounded and neat. Sometimes it’s a horribly complex system with well known trade offs and intricate guarantees. I l
9.
▲
by
snikch
6y ago
I’m loving jitsi, I’ve built a prototype video party app this week focussed on lockdown parties and fixing the things that don’t work for big parties over video chat. We’ve had a couple of parties on it and boy has it performed admirably. H
10.
▲
by
snikch
6y ago
I've been thinking about this too. In fact I've started hacking on an app to solve this for my group of friends. To me the two primary issues are: 1. Sub groups without losing the context of the full group. I want to focus on a se
11.
▲
by
snikch
6y ago
Your form didn't work for me :(
12.
▲
by
snikch
7y ago
Wow, what trash. The text rendering makes it barely readable, and dragging a card around lags out and then it follows where your cursor was 5 seconds ago until it catches up.
13.
▲
by
snikch
7y ago
I've had the same situation and reward, but just on a normal non prime day.
14.
▲
by
snikch
7y ago
Yea I came to ask that same question. All I can assume is that’s badly reported and in fact entire cell tower’s messages were being tapped. Which has huge repercussions for privacy. Another thought could be some sort of forwarding service.
15.
▲
by
snikch
8y ago
I use NordVPN for my home server's docker containers, on my phone and on my Mac. Never had any issues and it's v. cheap when purchasing for 3 years.
16.
▲
by
snikch
8y ago
It's MySQL
17.
▲
by
snikch
8y ago
Looks really interesting. I'm getting a 503 on the Google auth though :(
18.
▲
by
snikch
8y ago
I feel like this is an incorrect, inflammatory title. New integrations will cease to work with TLS < 1.2. Existing integrations are fine.
19.
▲
by
snikch
9y ago
There's spelling mistakes everywhere, and the top navigation doesn't appear to work. How are we supposed to take this seriously?
20.
▲
by
snikch
9y ago
I think this method is much more healthy for you.
21.
▲
by
snikch
9y ago
Hrm, no I hadn't. I don't know much about this command. Could you give me a (thawing) example?
22.
▲
by
snikch
9y ago
I use the yes command to defrost my lunch. I open up a couple of tabs running yes > /dev/null Then place my frozen lunch on the back of my macbook. Give it an hour or so and boom, defrosted.
23.
▲
by
snikch
9y ago
I've got two automations that were life changers. 1. Whenever I start watching Plex on my TV, my home automation turns off the lounge light that reflects in the TV. 2. If it's after 11pm, the fire is on and we're not playing
24.
▲
by
snikch
10y ago
Amazon's Aurora databases seem to be solving the same problem, and are MySQL or Postgres compatible to boot.
25.
▲
by
snikch
10y ago
Poli now manage this via an API with Westpac at least, i.e. you go to Poli, redirect to Westpac and log in, then redirect back to Poli who pull in the info with an API. Very much like an OAuth flow, but I don't know the actual details
26.
▲
by
snikch
10y ago
AWS doesn't do containers? I think that's a mistake.
27.
▲
by
snikch
10y ago
Not sure this is an issue as you don't make http requests TO the app.
28.
▲
by
snikch
10y ago
This may definitely be a concern for some organizations, but I think there's a lot of focus on serverless being all about apis and web requests. Serverless is also a great way to manage stream processing, and job queues - where these i
29.
▲
by
snikch
10y ago
Fair enough - there are definitely use cases where I could see that making sense. I love the value lambda provides for early stage, when every penny counts.
30.
▲
by
snikch
10y ago
Heroku gives you servers, but manages them for you - so you have long running processes, for web or worker etc. Lambda allows you to have the process run for literally the lifecycle of the job (request, streaming job etc.). In fact, your jo
More ›