HackerTrans
TopNewTrendsCommentsPastAskShowJobs

efortis

no profile record

Submissions

CSS: Mastering Margin Collapsing

developer.mozilla.org
2 points·by efortis·7 miesięcy temu·0 comments

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

mockaton.com
1 points·by efortis·7 miesięcy temu·0 comments

comments

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

https://youtu.be/fC4nW2o-Rwk
efortis
·10 dni temu·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 dni temu·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 dni temu·discuss
it is hard and a lot to learn, but you can learn it a little bit at a time.
efortis
·29 dni temu·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
·w zeszłym miesiącu·discuss
this release fixes a vulnerability reported 10 years ago

https://www.kb.cert.org/vuls/id/319816
efortis
·w zeszłym miesiącu·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
·w zeszłym miesiącu·discuss
Tabular Eye. Aligns code without modifying it.

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