Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lukewiwa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lukewiwa
3y ago
After trying all the digital options I’m on to a pocket notebook. I carry it instead of a wallet. Great for jotting down that half thought or random todo. Long running tasks that get rewritten enough times get put in the calendar or a remin
2.
▲
by
lukewiwa
4y ago
Yep and with the CDK it's not only easy to spin up, it's super easy to connect services to it. I wrote a notifier for when a local business has open appointments. A quick fetch every day and connected it to SNS seamlessly. Now I c
3.
▲
by
lukewiwa
4y ago
I've definitely used the vscode remote ssh functionality before when I've had to use a particular architecture (x86) while I was developing on an M1 mac. In cases like this I already have the dev environment configuration setup fo
4.
▲
by
lukewiwa
4y ago
I feel like option 4 is about the only one with somewhat sane indentation. At least in conveys what level the nesting is on for the root nesting element.
5.
▲
by
lukewiwa
4y ago
This makes some sense to me. I can see this being a loose part of the CDK since there are quite a few constructs that require local Docker builds before being deployed. That's not just containers either, python lambda code is packages
6.
▲
by
lukewiwa
4y ago
The last thing I want is to raise the friction for writing down documentation. It's hard enough to get technical minded people to contribute to a git (or style) based knowledge base. Pick your poison I guess but I'm quite happy to
7.
▲
by
lukewiwa
4y ago
AWS has its lightsail range of products which offers exactly this. A much more simplified and opinionated set of products and much fewer knobs to turn.
8.
▲
by
lukewiwa
4y ago
Reminds me of the concept of Parallel Play in early childhood settings
9.
▲
by
lukewiwa
4y ago
I pretty much run every project now through a docker compose file and use vscode remote containers with a devcontainer.json file. This has been immense not only for my own development (nothing on my local machine, everything can be destroye
10.
▲
by
lukewiwa
4y ago
For me my static sites are small enough that it all falls within the free tier and I can deploy everything using the CDK.
11.
▲
by
lukewiwa
4y ago
I've been searching for something like this. JSX templates but compiles completely down to static html. Closest I found was `lume` from the deno ecosystem. It's mostly fine but you can be a little hamstrung in what js libraries ar
12.
▲
AWS Lambda and Django with SQLite
(lukewiwa.com)
1 points
by
lukewiwa
4y ago
|
0 comments
13.
▲
by
lukewiwa
4y ago
For me at least the Nix ship has sailed. I'm all in on containers for both prod and local dev environments. Yeah the MacOS performance for volume mounting sucks but we can largely cope. If the Nix story was more together a few years ag
14.
▲
by
lukewiwa
4y ago
go to about:profiles in the omnibar and you'll be able to open multiple profiles from there. You can also do other general management of profiles.