HackerTrans
TopNewTrendsCommentsPastAskShowJobs

efortis

no profile record

Submissions

CSS: Mastering Margin Collapsing

developer.mozilla.org
2 points·by efortis·hace 7 meses·0 comments

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

mockaton.com
1 points·by efortis·hace 7 meses·0 comments

comments

efortis
·hace 8 días·discuss
[dead]
efortis
·hace 9 días·discuss
there is a video of sketchpad here:

https://youtu.be/fC4nW2o-Rwk
efortis
·hace 10 días·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
·hace 10 días·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
·hace 15 días·discuss
it is hard and a lot to learn, but you can learn it a little bit at a time.
efortis
·hace 30 días·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
·el mes pasado·discuss
this release fixes a vulnerability reported 10 years ago

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

https://github.com/ericfortis/tabular-eye
efortis
·el mes pasado·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
·el mes pasado·discuss
yes, I stopped reading it because of that, and because it felt AI generated.
efortis
·hace 2 meses·discuss
Flash
efortis
·hace 2 meses·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
·hace 2 meses·discuss
+1 I disabled all that and assigned a shortcut to: Call Inline Completion
efortis
·hace 2 meses·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
·hace 2 meses·discuss
True, I didn't mean to omit other solutions, I thought styled-components were deprecated after React 18.
efortis
·hace 2 meses·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
·hace 2 meses·discuss
Benchmarks?
efortis
·hace 2 meses·discuss
v22.18 promoted type stripping from experimental
efortis
·hace 2 meses·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