Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisvenum
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chrisvenum
2mo ago
108 PRs in a week, no mandatory code review or CI. Power to you friend! Just make sure to do some phases of slowing down, reviewing and refactoring. The agents code so defensively and add a lot of unnecessary code that we will all have to t
2.
▲
by
chrisvenum
2mo ago
React Native + Expo is also a good option if you want to touch the iOS/Android IDEs as little as possible. You use Xcode and Android studio to install the device sims and then expos tool chain handles the rest, even for deploying to st
3.
▲
by
chrisvenum
2mo ago
Pre-bending spoons Komoot was a beautiful app and community. You could operate it one handed with your brightness turned all the way down and easily get the info you needed. Now when I pull it up mid ride to route home I have to click throu
4.
▲
by
chrisvenum
2mo ago
Aider was also some of the most amazing prior art. After switching from the early copilot (crazy to think they were first to market with this stuff?) it was an amazing TUI experience. CC won because it offered token hungry devs a fixed pric
5.
▲
by
chrisvenum
3mo ago
I am trying to gain a basic understanding of this: Right now I have a 4TB DB on one large box. Is the idea that using a proxy tool like PGDog I could spin up 8 smaller boxes handling ~500GB each and then one medium box for the proxy? Right
6.
▲
by
chrisvenum
4mo ago
A lot of enterprise customers still buy windows workstations. When I worked in an IT dept, Dell XPS and Windows Surfaces were given to C levels who asked for Macs but were told they wouldn’t be supported into the windows ecosystem (exchange
7.
▲
by
chrisvenum
4mo ago
Terminally breathing
8.
▲
by
chrisvenum
4mo ago
I have this issue at work, I asked CC to create a very simple bun CLI tool that can be hard to create, destroy and list worktrees. The CLI seeds the .env file with a url, db for that worktree and I use Vercels open source package portless t
9.
▲
by
chrisvenum
4mo ago
I just started watching this after seeing your comment. Great recommendation, extremely interesting.
10.
▲
by
chrisvenum
6mo ago
Brave browser also has the ability to disable YouTube shorts and “distracting” ui elements like related videos in their settings. Works great on desktop/ios
11.
▲
by
chrisvenum
8mo ago
As a dyslexic programmer, I often think about how I would never be able to do the job I do without syntax highlighting. I don’t really know why it works so well for me, but I think it helps me skim and pattern match syntax much more easily
12.
▲
by
chrisvenum
1y ago
Saying that, maybe a DAW experience makes what can be created more personal
13.
▲
by
chrisvenum
1y ago
I almost agree with you that this is about quality, but I still feel that the context in which art comes from influences how I perceive it. Take, for example, a track by Fontaines D.C., a band from Ireland that writes extensively about the
14.
▲
by
chrisvenum
1y ago
While I like using AI for assisting with repetitive programming, I can’t help but feel sorry for my producer and illustrator friends who are now having to compete with generated tools. Is it snobby of me to look down upon art that is create
15.
▲
by
chrisvenum
1y ago
I recently worked on a few client projects that used WP/Gutternberg. I was pleasenetly surprised by how good the dev/editing experience has been compared to when I tried using Gutternberg a few years ago, some amazing work has gon
16.
▲
by
chrisvenum
1y ago
Bookstrapping
17.
▲
by
chrisvenum
1y ago
I am a huge fan of Inertia. I always felt limited by Blade but drained by the complexity of SPAs. Inertia makes using React/Vue feel as simple as old-school Laravel app. Long live the monolith.
18.
▲
by
chrisvenum
2y ago
I found this issue indicating a bad idea for end user safety: https://github.com/mozilla/standards-positions/issues/431
19.
▲
by
chrisvenum
2y ago
My favourite projects are small, with very focused goals and features. I have a Laravel project that I have maintained for a customer for seven years. The app is straightforward and allows users to create portals that list files and metadat
20.
▲
by
chrisvenum
2y ago
For those looking for something similar in PHP/Laravel, I strongly recommend checking out Livewire: https://laravel-livewire.com/ I still use React for more complex projects but it’s always a breath of fresh air to be
21.
▲
by
chrisvenum
7y ago
I am a long time fan of Laravel. A tool that I find to be extremely useful for building out CRUD front ends in Laravel is the product Nova[1] which has been developed by the core maintaienrs of Laravel. Really fast for building maintainable