HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tjalfi

no profile record

comments

tjalfi
·il y a 8 mois·discuss
You might try emailing them, they've renamed other accounts before.
tjalfi
·il y a 5 ans·discuss
The Nack Pro utility knife[0][1] is a great tool; it's easy to operate one-handed and is virtually indestructible. The handle contains 30 blades in a rotating magazine; you change blades by rotating the base of the handle. I bought one in the early 2000s and it will probably last me the rest of my life.

[0] https://toolmonger.com/2008/12/08/utility-knife-revolver/

[1] https://www.ebay.com/itm/324381893450
tjalfi
·il y a 5 ans·discuss
Screen reader support[0] may have a noticeable performance cost.

[0] https://github.com/microsoft/terminal/issues/10528#issuecomm...
tjalfi
·il y a 5 ans·discuss
> It's a bad idea because ASCII already includes dedicated characters for field separator, record separator and so on.

ASCII is over 60 years old and separators haven't caught on yet; what's different now?

> These could easily be made displayable in a text editor if you wanted just as you can display newlines as ↲.

Can you name a common text editor with support for ASCII separators? It's a lot easier to use delimiters and escaping then change every text editor in the world.

> Anyone who invents a format that involves using normal printable characters as delimiters and escaping them when you need them, is, I feel very confident in saying, grotesquely and malevolently incompetent and should be barred from writing software for life. CSV, JSON, XML, YAML, all guilty.

All of the formats you rant about are widely used, well supported, and easy to edit with a text editor - none of these are true of ASCII separators. People chose formats they can edit today instead of formats they might be able to edit in the future. All of these formats have some issues but none of the designers were incompetent.
tjalfi
·il y a 5 ans·discuss
This idea comes up periodically on Reddit. [0] has a few posts from people who have installed them, mostly for bachelors.

[0] https://www.reddit.com/r/self/comments/ayr9c/when_im_rich_im...
tjalfi
·il y a 5 ans·discuss
Sometimes it's a deliberate policy; Engines of Democracy[0] is about an aircraft engine plant with 170 employees and 1 manager.

[0] https://www.fastcompany.com/37815/engines-democracy
tjalfi
·il y a 5 ans·discuss
This is common[0] in the legal industry; most such agreements aren't public.

[0] https://www.diversitylab.com/knowledge-sharing/clients-push-...
tjalfi
·il y a 7 ans·discuss
I fill out undismissable popups as [email protected]. I'm sure their email support team doesn't want to miss out on the incredible rewards.
tjalfi
·il y a 7 ans·discuss
Have you considered reserving some opcode space for future extensions?

This would make it easier for CBEv2 to add types without changing how a byte is interpreted.
tjalfi
·il y a 7 ans·discuss
Office 2007 went end of support in October 2017[0].

Office 365 is a support nightmare but it does have security patches.

[0] https://products.office.com/en-us/office-2007-end-of-support
tjalfi
·il y a 9 ans·discuss
The source to if* is at (https://franz.com/~jkf/ifstar.txt).