Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
efortis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
efortis
10d ago
> In contrast, bug reports to a typical end-user application go into a black hole from the moment they’re submitted. True, but not always, I've heard PMs saying: "this was a user-submitted bug", meaning you better fix this
2.
▲
by
efortis
12d ago
Two tips I learned from Sorin's yt channel: - Bend the tips - Don't buy an expensive iron, use a cheap one and assist it with a hot air gun Sorin is incredibly skilled. Here he is fixing a ribbon cable: https://youtu.be
3.
▲
by
efortis
14d ago
> fetch, XMLHttpRequest : Nothing — these are the ones everybody checks. That's one of the things I don't like about security scanners, they just check for fetch and friends, and without context, they downgrade your security sc
4.
▲
by
efortis
18d ago
FWIW, YouTube, instead of SSR, simply includes the critical API data in the HTML document. Here’s a PoC of that technique, see option 2. https://github.com/ericfortis/aot-fetch-demo
5.
▲
by
efortis
1mo ago
Is recording for creating stubs possible with that local setup?
6.
▲
by
efortis
1mo ago
haven’t done it, but I’d try a rain sensor. and if the child is into music, a guitar tone knob.
7.
▲
by
efortis
1mo ago
An easy improvement could be offsetting the cuts a bit so the result doesn't feel choppy. See J Cut and L Cut. A more complex improvement could be analyzing the movement and/or focal point so cuts flow better. For example, if in C
8.
▲
by
efortis
2mo ago
Currently, on ways to render code more legibly: - Camelana. A proportional coding font with custom ligatures for `return` and `throw` keywords - Tabular Eye. IDE plugin for tabularizing mono and non-monospace fonts without adding whitespace
9.
▲
by
efortis
2mo ago
CSS Modules are a better solution. They compile classnames into unique identifiers, so there's no need for BEM or SMACSS conventions: https://x.com/efortis/status/1888304658080256099
10.
▲
by
efortis
2mo ago
For the backend of my personal webapps I’m using Nginx with its WebDAV module. WebDAV is a protocol for managing files. So I basically have plain json files I read and overwrite. GET /mydata.json PUT /mydata.json For auth
11.
▲
by
efortis
2mo ago
ironical slop
12.
▲
by
efortis
2mo ago
Monospace for coding is suboptimal, here's a significantly more legible proportional font designed for coding https://github.com/ericfortis/camelana
13.
▲
by
efortis
2mo ago
is it for coastalvectors.com ? if so, I would say start by adding this meta tag, which will prevent the mobile downscaling <meta name="viewport" content="width=device-width, initial-scale=1"> also, check ou
14.
▲
by
efortis
2mo ago
No worries, the motivation was that one day I was very tired and I noticed I had to make an extra effort to read long camel case names. The last screenshot in the readme has the snippet I was reading that day. So I added the left padding to
15.
▲
My coding font and how I made it
(github.com)
4 points
by
efortis
2mo ago
|
3 comments
16.
▲
by
efortis
3mo ago
there is a video of sketchpad here: https://youtu.be/fC4nW2o-Rwk
17.
▲
by
efortis
3mo ago
Location: Puerto Rico Remote: Yes Willing to relocate: Yes Technologies: React, Three, JS, TS, CSS, HTML Résumé/CV: https://ericfortis.com Email: efortis@gmail.com
18.
▲
by
efortis
3mo ago
My workaround was a editing a font with a much longer space char and with a 1/3 of a space of left padding on uppercase letters. https://github.com/ericfortis/verdanacamel The problem is that it looses tabular ali
19.
▲
by
efortis
3mo ago
it is hard and a lot to learn, but you can learn it a little bit at a time.
20.
▲
by
efortis
3mo ago
I’ve gotten a few emails complimenting the format of this post below. It’s got fragment-links that scroll and highlight the corresponding part in the code snippet. https://ericfortis.com/blog/freebsd-jails-network-setup
21.
▲
by
efortis
3mo ago
this release fixes a vulnerability reported 10 years ago https://www.kb.cert.org/vuls/id/319816
22.
▲
by
efortis
3mo ago
This is going to be one my next projects for experimenting with the Web Serial API. I got an old Ioline plotter that refuses to die. Any advise or tips for where to start with the SVG to Gcode conversion?
23.
▲
by
efortis
3mo ago
Tabular Eye. Aligns code without modifying it. https://github.com/ericfortis/tabular-eye
24.
▲
by
efortis
3mo ago
The `security` man page on FreeBSD is a good example. Technical, but with guidance. https://man.freebsd.org/cgi/man.cgi?query=security
25.
▲
by
efortis
3mo ago
yes, I stopped reading it because of that, and because it felt AI generated.
26.
▲
by
efortis
4mo ago
Flash
27.
▲
by
efortis
4mo ago
A hiring manager asked me a question like those. I said: "sorry I'm not prepared, I don't remember from the top of my head." Right before that interview I was a solo founder. He said something like: "ok, so you just
28.
▲
by
efortis
4mo ago
+1 I disabled all that and assigned a shortcut to: Call Inline Completion
29.
▲
by
efortis
4mo ago
> I cannot instantly create a new file Agreed, but if you use IdeaVim you can: :e src/my_new_file.txt > The startup times are just abysmal For quick edits I just use Vim, but disabling unused plugins speeds up startup qui
30.
▲
by
efortis
4mo ago
True, I didn't mean to omit other solutions, I thought styled-components were deprecated after React 18.
More ›