Readit News logoReadit News
mrjbq7 commented on Drunken Bishop (2023)   re.factorcode.org/2023/08... · Posted by u/todsacerdoti
starry_dynamo · 16 days ago
I love being able to see the keys that are generated.

Years ago I made a high res greyscale version of the drunken bishop:

https://raw.githubusercontent.com/justintrupiano/RSA-Randoma...

mrjbq7 · 16 days ago
That's pretty cool, do you have the algorithm described anywhere?
mrjbq7 commented on Made a scroll bar buddy that walks down the page when you scroll   focusfurnace.com/scroll_b... · Posted by u/hello12343214
hello12343214 · 6 months ago
good catch. it should be fixed now for users that have those settings turned on. much appreciated!
mrjbq7 · 6 months ago
I hope you see this comment:

Please revert the "fix" that makes it so your demo is not seen at all.

Deleted Comment

mrjbq7 commented on Ghostty 1.0   ghostty.org/... · Posted by u/matrixhelix
kristopolous · 8 months ago
I assume this is mostly a mac thing? The effort to get this up and running on debian appears to be a bit more work than normal.
mrjbq7 · 8 months ago
I imagine package managers will start picking this up shortly since it just released publicly.
mrjbq7 commented on Ghostty 1.0   ghostty.org/... · Posted by u/matrixhelix
kristopolous · 8 months ago
I assume this is mostly a mac thing? The effort to get this up and running on debian appears to be a bit more work than normal.
mrjbq7 · 8 months ago
$ git clone git@github.com:ghostty-org/ghostty.git

$ cd ghostty

$ zig build -Doptimize=ReleaseFast

$ ./zig-out/bin/ghostty

mrjbq7 commented on Ghostty 1.0   ghostty.org/... · Posted by u/matrixhelix
mrjbq7 · 8 months ago
This is a neat blog post explaining part of the magic:

https://gpanders.com/blog/ghostty-is-native-so-what/

mrjbq7 commented on Emit   re.factorcode.org/2024/10... · Posted by u/kencausey
Pet_Ant · a year ago
Always glad to see Factor in the feed. Would love to see it get a type system though.
mrjbq7 · a year ago
What, in particular, are you looking for?

Something like enum variants?

mrjbq7 commented on Factor 0.100 Now Available   re.factorcode.org/2024/09... · Posted by u/PaulHoule
wslh · a year ago
There is a glitch in the web page because the macOS link doesn't provide any package to download.

The problem is that the announcement page goes to [1] where it should go to [2] (a simple issue using os=macosx instead of os=macos)

brew install --cask factor also works

[1] https://builds.factorcode.org/release?os=macosx&cpu=x86.64

[2] https://builds.factorcode.org/release?os=macos&cpu=x86.64

mrjbq7 · a year ago
Fixed, thanks for reporting!

It was correct on the main Factor website, but my blog was using the old links before we fixed the macos rename.

mrjbq7 commented on Hashmaps in Factor are faster than in Zig   re.factorcode.org/2023/11... · Posted by u/kencausey
zelphirkalt · 2 years ago
Not a good showcase of Factor code. All variable names 1 letter, seemingly simply chosen subsequent letters in the alphabet, instead of any names, that would indicate what the code does.
mrjbq7 · 2 years ago
I agree, I've written much better Factor code. This was mainly to get a matching test case working simply...
mrjbq7 commented on Hashmaps in Factor are faster than in Zig   re.factorcode.org/2023/11... · Posted by u/kencausey
chmod600 · 2 years ago
Factor looks cool, but what's it really about? Can someone who loves the language explain why?
mrjbq7 · 2 years ago
I'm a bit biased as I've been working on and with Factor for 15 years and I am also the author of the linked article and "Re: Factor" blog.

I find Factor to have a compelling sweet spot of concise syntax, dynamic features, and (relatively) high performance. But in particular, I think we've done a good job with a few things:

1) Making the language very "clickable", so you can introspect and dig down into all function and type definitions.

2) Provide a lot of batteries-included in the standard library.

3) Make it super easy to accept contributions, there's a part of the distribution that is "extra" and has low barrier to entry and then we commit to keeping code working and promoting things to the main standard library when they are useful/documented/tested enough.

u/mrjbq7

KarmaCake day598March 31, 2008
About
Engineer, entrepreneur, trader, technologist, and angel investor.
View Original