HackerTrans
トップ新着トレンドコメント過去質問紹介求人

efortis

no profile record

投稿

CSS: Mastering Margin Collapsing

developer.mozilla.org
2 ポイント·投稿者 efortis·7 か月前·0 コメント

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

mockaton.com
1 ポイント·投稿者 efortis·7 か月前·0 コメント

コメント

efortis
·7 日前·議論
[dead]
efortis
·9 日前·議論
there is a video of sketchpad here:

https://youtu.be/fC4nW2o-Rwk
efortis
·10 日前·議論


  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 日前·議論
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 日前·議論
it is hard and a lot to learn, but you can learn it a little bit at a time.
efortis
·29 日前·議論
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
·先月·議論
this release fixes a vulnerability reported 10 years ago

https://www.kb.cert.org/vuls/id/319816
efortis
·先月·議論
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
·先月·議論
Tabular Eye. Aligns code without modifying it.

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

https://man.freebsd.org/cgi/man.cgi?query=security
efortis
·先月·議論
yes, I stopped reading it because of that, and because it felt AI generated.
efortis
·2 か月前·議論
Flash
efortis
·2 か月前·議論
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 か月前·議論
+1 I disabled all that and assigned a shortcut to: Call Inline Completion
efortis
·2 か月前·議論
> 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 か月前·議論
True, I didn't mean to omit other solutions, I thought styled-components were deprecated after React 18.
efortis
·2 か月前·議論
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 か月前·議論
Benchmarks?
efortis
·2 か月前·議論
v22.18 promoted type stripping from experimental
efortis
·2 か月前·議論
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