Hackers-Town

2025-03-13 Thu

Fennel

the Fennel programming language****

A Lisp for Lua.

Installed via Homebrew:

    brew install fennel
  

Activity Log

hackers.town: 2025-03-13 Thu 07:03

Another glorious sunrise, sun’s rays streaming over the mountain, two excitable pups, and some middle aged dude going “agh it’s bright OH NO SUNLIGHT AAAGHH!”

And then I wonder why so few of the neighbors say hi.

Phot blown out by the using sun, two leashed black chihuahua mix dogs facing its direction attentively
Phot blown out by the using sun, two leashed black chihuahua mix dogs facing its direction attentively

Read more...

2025-03-12

Executable Obsidian

I’m thinking about ways to get Obsidian (or any PKM really) closer to org-babel. Evaluate code, show tables and plots, stuff like that.

Quarto

https://github.com/danieltomasz/qmd-as-md-obsidian

Freeform

Freeform extension for Obsidian inspired by Observable Framework.

  • plugin hasn’t been updated since June 2024
  • JavaScript-only

https://github.com/tmcw/obsidian-freeform

Activity Log

hackers.town: 2025-03-12 Wed 06:00

@gulthaw not a fucking thing!

It’s a childish euphemism which I used deliberately to defuse and mock my own strong emotional reaction. Forcing font sizes is an accessibility issue, but not something I genuinely think people should be punished for.

Read more...

2025-03-11

Activity Log

hackers.town: 2025-03-11 Tue 06:13

@taylorhadden Thanks! I’m a CSS Zen Garden fan, how they completely transform a document with style rules.

So if there’s a look I want, I always try it in CSS first. And any app like Tangent that makes CSS snippets easy is gonna stay close to my heart.

Oh and I like the PATH_* approach to identifying note type.

hackers.town: 2025-03-11 Tue 06:17

@Sempf strong “other than that how was the show Mrs Lincoln” vibes to current life.

Read more...

2025-03-10

Activity Log

hackers.town: 2025-03-10 Mon 11:21

I just want it known that, left to my own devices, I remembered to eat breakfast before noon.

(munches on hastily prepared breakfast sandwich at 11:21am)

hackers.town: 2025-03-10 Mon 11:27

@brennen the only intentional callout here is myself :bloblaugh:

My “have you eaten breakfast yet?” reminder went off at 8am which is too early to be registering food or reminders.

hackers.town: 2025-03-10 Mon 16:16

Replying to the recruiter email with a “no,” but a friendly one – because ok Tucson <-> Scottsdale is an infeasible commute for 3 days / week on-site hybrid

Read more...

2025-03-09

Activity Log

hackers.town: 2025-03-09 Sun 09:48

@bitprophet 1922 maybe

No I don’t know. My brain started with that because “didn’t the whole Confederacy nostalgia statue thing really get going in the 1920s?” Then “but wait why would Arizona ever care about the Confederacy?” Then “oh they were in it technically gotcha”

(which is why I used 1861)

hackers.town: 2025-03-09 Sun 10:41

@bitprophet I know. I just started typing in one direction and couldn’t stop until I hit the end point.

Read more...

2025-03-08

Tweaking CSS in Tangent

Adjusting CSS rules for Tangent.

Hide filename top header if there’s a level 1 header.

    :where(main):has(article h1) > :where(header) {
    display: none;
}
  

Colorize emphasized text and strongly emphasized text so ADHD brain notices there might be something important there.

    :where(main) :is(em, strong) {
  color: var(--warningTextColor);
}
  

Diminish my big-ass frontmatter so it’s out of the way until editing time.

    :where(div.frontMatter):not(:has([data-focus="focused"])) {
  max-height: 5em;
  overflow-y: scroll;
  background-color: var(--accentDeemphasizedBackgroundColor);
  opacity: 0.6;
}

div.frontMatter:not(:has([data-focus="focused"])) :where(.start) {
  display: none;
}
  

Add line numbers to code blocks to see if I can. Not sure if I’ll keep it, but it’s handy to know!

Read more...

2025-03-07

Activity Log

hackers.town: 2025-03-07 Fri 12:28

The various sorts of first-pass due diligence one does on seeing an interesting job post:

main site and products, how they want investors to see them

documentation and FOSS repos (how they want devs to see them): branch structure, naming conventions, ticket history, commit message log

social media presence: where they at? What they talking about? How they saying it?

Mainly just hoping for an acceptable shitpost ratio (not too much not too little) on first pass. Actual quality checks come later.

Read more...

2025-03-06

Activity Log

hackers.town: 2025-03-06 Thu 16:40

I like to think that not extending my Copilot subscription (because even at my most patient it’s not been good enough to be a budget priority) and disabling VS Code’s “Log in for free Copilot” sidebar panel is some kind of data point.

hackers.town: 2025-03-06 Thu 16:45

@kusuriya Sure that’s why I have VS Code in my rotation at all!

hackers.town: 2025-03-06 Thu 16:49

On chilly days, Barry enjoys when I do CPU-intensive work on the laptop.

Read more...

2025-03-05

Activity Log

hackers.town: 2025-03-05 Wed 06:22

@AAMfP I’m on macOS, where your basic desktop GUI app is kinda slow and chunky by requirement. VS Code with admittedly too many extensions often exceeds 10GB RAM usage.

Got me wanting to set up XQuartz. That was always good for a dramatic slimming and speedup of my preferred desktop apps.

hackers.town: 2025-03-05 Wed 08:29

@antijingoist are any other desktop editors out there a consideration? Zed? Nova? (Nova’s macOS and subscription, but I don’t know what you’re sitting in front of)

Read more...

2025-03-04

Activity Log

hackers.town: 2025-03-04 Tue 12:00

#Emacs lost the crown to Visual Studio Code for “heaviest programmer’s text editing environment” a long time ago, but let’s hammer that point home.

Doing all kinds of goofy things in Emacs + Org this morning and at peak load it used 1.6GB RAM.

I’ve seen AWS Lambda functions with higher memory requirements.

hackers.town: 2025-03-04 Tue 13:13

@mwop sorta and kinda. There may be a better fit already out there. What’s the aim? Publishing, transferring to another PKM, other?

Read more...

2 3 4 5 6