HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gcassie

no profile record

Submissions

[untitled]

1 points·by gcassie·15 dni temu·0 comments

[untitled]

1 points·by gcassie·3 miesiące temu·0 comments

You don't need a RAG, you just need RAG

enopdf.com
3 points·by gcassie·3 miesiące temu·0 comments

Searching for Unknown Unknowns

enopdf.com
2 points·by gcassie·3 miesiące temu·1 comments

Eno pdf 0.5 – perfecting show, don't tell

enopdf.com
3 points·by gcassie·4 miesiące temu·0 comments

Holistic Testing

eno-writer.com
2 points·by gcassie·w zeszłym roku·0 comments

To win the software business, Canada must play a different game

gordoncassie.com
3 points·by gcassie·w zeszłym roku·0 comments

Sets and Bitsets, from Python to Zig

eno-writer.com
3 points·by gcassie·w zeszłym roku·0 comments

The tortoise and the hare – building faster with low level programming

eno-writer.com
1 points·by gcassie·2 lata temu·0 comments

How to feel like you are winning

eno-writer.com
1 points·by gcassie·2 lata temu·0 comments

A Cursory Look at Cursors

eno-writer.com
27 points·by gcassie·2 lata temu·20 comments

The indie enterprise software developer fairytale

eno-writer.com
3 points·by gcassie·2 lata temu·0 comments

Putting Words on the Screen

eno-writer.com
2 points·by gcassie·2 lata temu·0 comments

Join Semilattices and Winnie the Pooh

gordoncassie.com
1 points·by gcassie·2 lata temu·0 comments

[untitled]

1 points·by gcassie·3 lata temu·0 comments

comments

gcassie
·3 miesiące temu·discuss
I've been working on this with Seb and it's crazy how many bugs we flushed out. He didn't mention in the article but we were also super inspired by the Tigerbeetle team's writing on deterministic simulation testing.
gcassie
·2 lata temu·discuss
I'd really like my cursor to kind of glow but my graphics programming skills are not at that level yet.

For editing, a block has more potential than a vertical bar because you always have context of a selected character to perform operations on (e.g. `x` to delete current char in vim). You can also do operations before and after that character (e.g. `i` vs `a` in vim).
gcassie
·2 lata temu·discuss
I actually used this pattern as well and I really like it. I store another property called `mark_idx`. When `cursor_idx` and `mark_idx` are the same then it's just a cursor. When they differ, the range between them is the selection.
gcassie
·4 lata temu·discuss
Implicit in this article is the idea that security posturing is a zero-sum game for many companies on the dimensions of both software complexity and time.

Adding full disk encryption takes time from other projects and makes the system more complex. That equation needs to pay out. In all likelihood, the reason your data is going to get stolen is a privilege escalation in your app code or a bad actor on your team. Rogue AWS employee swiping your particular hard drive in us-east-1 is way down the list. Full disk encryption does nothing for the first two vectors.

I think compliance programs are oriented around pushing companies into complex/expensive system designs thinking that is a proxy for a secure system.