Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jtreminio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jtreminio
5mo ago
I'm on a macbook pro, Google Chrome 147.0.7727.56. Clicking the Vercel logo at the top left of the page hard crashes my Chrome app. Like, immediate crash. What an interesting bug.
2.
▲
by
jtreminio
9mo ago
You can simply use a `uv` env instead?
3.
▲
ASCII Diagrams
(asciidiagrams.github.io)
4 points
by
jtreminio
10mo ago
|
1 comments
4.
▲
by
jtreminio
10mo ago
This web page catalogs ASCII diagrams extracted from four open source code-bases: Chromium, Linux, LLVM, and TensorFlow. There are 2156 diagrams in total, of which 504 have been annotated with our design framework.
5.
▲
by
jtreminio
1y ago
I’ve been wanting to try LM Studio but I can’t figure out how to use it over local network. My desktop in the living room has the beefy GPU, but I want to use LM Studio from my laptop in bed. Any suggestions?
6.
▲
by
jtreminio
2y ago
You need an OpenApi spec!
7.
▲
by
jtreminio
2y ago
> but You Can Force People to Code in Light Mode As I've aged my preferences have moved away from dark themes to light themes. I used to have everything in dark mode: terminal, IDE, sublime text, use Dark Reader Chrome extension. Bu
8.
▲
by
jtreminio
2y ago
Feature flags have nothing to do with trunk or git-flow or feature branches. Simply, taking the entire introduction and asking, why are you not using common tooling?
9.
▲
by
jtreminio
2y ago
> On top of that, once you finally get a feature merged and deployed, it can often happen that there’s a bug causing users to have a poor experience. Since your new feature lives directly in the code, deactivating it requires rolling bac
10.
▲
by
jtreminio
2y ago
> The most surprising thing about this is that PHP developers are using Docker Did you think of us as living in a cave forced to connect to a BBS to share the latest on design patterns?
11.
▲
by
jtreminio
2y ago
At the risk of being piled on by fans of Slim (see fans of Laravel), I don't use slim frameworks. For large projects when you get down to it, slim frameworks are simply frameworks where you have to add in components yourself, vs shippi
12.
▲
by
jtreminio
2y ago
Your whole comment history with regards to PHP reads like someone frustrated that the tool they've chosen to shit on is exactly the opposite of what they think it is but they don't want to admit it.
13.
▲
by
jtreminio
2y ago
1) *magic* 2) Its ORM of choice uses ActiveRecord pattern which I find to be hideous. DataMapper is far superior 3) Its weird facade patterns is terrible I can (and have!) gone in-depth into my misgivings with Laravel, but it is fine for mo
14.
▲
by
jtreminio
2y ago
You're requiring PHP 8.3 but not using some of the most powerful tools in 7+: strict types. ``` /* @var array<string, mixed> Variables stored in the context */ private $variables = []; ``` This should be typed a
15.
▲
by
jtreminio
2y ago
It leads in having the most number of contributors named Ryan Hamilton.
16.
▲
by
jtreminio
3y ago
My first major foss was heavily based around Vagrant (PuPHPet). It was a joy building on top of your tooling to make web engineers lives easier. Thank you for your work, it was great while it lasted!
17.
▲
by
jtreminio
3y ago
This is game changing, thank you for telling us this.
18.
▲
by
jtreminio
3y ago
> to me quiet quitting is fulfilling your job responsibilities and contract hours without going above and beyond for a workplace that just won't love you back. Someone needs to come up with a better name for this. “Quiet quitting” a
19.
▲
by
jtreminio
3y ago
I would look down on any group not using a framework, or rolling their own.
20.
▲
by
jtreminio
3y ago
Command-E is now Dropbox Dash and has been receiving fairly heavy promotion.
21.
▲
by
jtreminio
3y ago
> music blasting Far be it from me to say a driver can't listen to music while they are at work. > the vans usually look like they haven't been washed in a month Good. Washing work vehicles so that they are always sparkling
22.
▲
by
jtreminio
3y ago
The article focuses very little on the actual sport, though.
23.
▲
by
jtreminio
3y ago
I know the general consensus is that I did a bad thing with my reaction. I get it. I don't trust law enforcement to do the right thing. I don't trust that grown adults sworn to serve and protect would act quickly to neutralize a t
24.
▲
by
jtreminio
3y ago
I feel like a drama queen, because we (my immediate family) have had two near misses in 3 days. We were at the Allen Outlets and left 5 minutes before the shooting happened. 2 days later there's a school shooting threat at my son'
25.
▲
by
jtreminio
3y ago
We WERE at the Allen Outlets on Saturday. We left 5 minutes before the shooting began. If I had purchased one more item from a store we would have been right there. Tell me again how I am being hysterical. This country is going down in flam
26.
▲
by
jtreminio
3y ago
> Is a red herring and justification for helicopter parents to normalize their micromanaging. We live in Plano, TX, just a few minutes south of the Allen Outlet massacre. Yesterday my son texted me at noon "Shooting threat at school
27.
▲
by
jtreminio
4y ago
The correct TLD for AsciiDoctor is .org, not .com : https://asciidoctor.org/
28.
▲
by
jtreminio
4y ago
Use openapi and many of the documentation generators will create great reference pages.
29.
▲
by
jtreminio
4y ago
Not a Podman or Docker-specific question/complaint, but is anyone working on a solution around UID/GID remapping between container and host? Not the "solution" offered by user namespaces, because those can only do a 1:1
30.
▲
by
jtreminio
4y ago
When you say "Vanilla PHP", do you mean without a framework? If so, is there a reason you avoided frameworks?
More ›