HackerLangs
TopNewTrendsCommentsPastAskShowJobs

efortis

no profile record

Submissions

CSS: Mastering Margin Collapsing

developer.mozilla.org
2 points·by efortis·7 mesi fa·0 comments

Show HN: Chrome Ext. for downloading HTTP responses for mocking APIs

mockaton.com
1 points·by efortis·7 mesi fa·0 comments

comments

efortis
·7 giorni fa·discuss
[dead]
efortis
·8 giorni fa·discuss
there is a video of sketchpad here:

https://youtu.be/fC4nW2o-Rwk
efortis
·9 giorni fa·discuss


  Location: Puerto Rico

  Remote: Yes

  Willing to relocate: Yes

  Technologies: React, Three, JS, TS, CSS, HTML

  Résumé/CV: https://ericfortis.com

  Email: [email protected]
efortis
·10 giorni fa·discuss
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 alignment, so I wrote an IDE plugin for tabularizing some blocks.

https://github.com/ericfortis/tabular-eye

---

Similar to my font, emacs has a plugin that adds a little underscore.

https://codelearn.me/2025/02/24/emacs-glasses-mode.html
efortis
·15 giorni fa·discuss
it is hard and a lot to learn, but you can learn it a little bit at a time.
efortis
·29 giorni fa·discuss
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
efortis
·mese scorso·discuss
this release fixes a vulnerability reported 10 years ago

https://www.kb.cert.org/vuls/id/319816
efortis
·mese scorso·discuss
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?
efortis
·mese scorso·discuss
Tabular Eye. Aligns code without modifying it.

https://github.com/ericfortis/tabular-eye
efortis
·mese scorso·discuss
The `security` man page on FreeBSD is a good example. Technical, but with guidance.

https://man.freebsd.org/cgi/man.cgi?query=security
efortis
·mese scorso·discuss
yes, I stopped reading it because of that, and because it felt AI generated.
efortis
·mese scorso·discuss
Flash
efortis
·2 mesi fa·discuss
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 focus on the work?" "Yes." I got the job.
efortis
·2 mesi fa·discuss
+1 I disabled all that and assigned a shortcut to: Call Inline Completion
efortis
·2 mesi fa·discuss
> 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 quite a bit.

--

> Switching projects has abysmal performance

I reported that bug: https://youtrack.jetbrains.com/issue/JUNIE-2563/Minor-UX-Slo...
efortis
·2 mesi fa·discuss
True, I didn't mean to omit other solutions, I thought styled-components were deprecated after React 18.
efortis
·2 mesi fa·discuss
CSS Modules are a simpler solution to cascading problems. They create unique class names, so your classes don't clash [1]. And they don't have the two main downsides of TW, which are readability [2] and tooling. Tooling for debugging and experimenting interactively with Chrome and FireFox DevTools.

[1] https://x.com/efortis/status/1888304658080256099

[2] https://github.com/ericfortis/tailwind-eye
efortis
·2 mesi fa·discuss
Benchmarks?
efortis
·2 mesi fa·discuss
v22.18 promoted type stripping from experimental
efortis
·2 mesi fa·discuss
With immediate disclosure the provider can decide to shut down while it is fixed. Or to notify users and make it their decision. Or to be prepared with a diversified infra and switch over to a non-vulnerable path. e.g, BSDs are not affected by CopyFail