HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fcoury

no profile record

Submissions

Git City – Your GitHub as a 3D City

thegitcity.com
3 points·by fcoury·3 เดือนที่ผ่านมา·0 comments

comments

fcoury
·15 วันที่ผ่านมา·discuss
Delightful indeed. Brings back memories, thanks for sharing!
fcoury
·16 วันที่ผ่านมา·discuss
I am usually terrible at timing my purchases, but a couple of weeks back I bought a maxed out MacBook Pro M5 Max with 8TB SSD 128GB RAM.

I think this one paid off for all my other bad timings.

Edit: I paid $6,400 after taxes and the same setup is now at $9,850 before taxes. Whoa!
fcoury
·2 เดือนที่ผ่านมา·discuss
Holy crap, just found out I am 1371. Wow.
fcoury
·4 เดือนที่ผ่านมา·discuss
Yes, instead of everybody contributing to one central codebase, we now have the same concept being rewritten a thousand times :-)
fcoury
·4 เดือนที่ผ่านมา·discuss
I did this more as an experiment but man it sucks, doesn't it?
fcoury
·4 เดือนที่ผ่านมา·discuss
We live in crazy times. I wanted to add a PID to the list for my personal use and since I use Rust way more than Go, I decided to one-shot one app, and Codex indeed one shotted it, wow.

https://github.com/fcoury/sonars
fcoury
·6 เดือนที่ผ่านมา·discuss
This looks pretty cool, nice UI too. Gonna take it for a spin.
fcoury
·6 เดือนที่ผ่านมา·discuss
A while ago I worked on a similar idea, it was back when I was learning Rust so not super proud of the code, but I love the name of the tool: https://github.com/gistia/joindoe
fcoury
·6 เดือนที่ผ่านมา·discuss
Just ported it to rust and plan on maintaining it if you want to add it to your original comment.

More details on a sibling comment:

https://github.com/fcoury/fracturedjson-rs https://crates.io/crates/fracturedjson

Comment with details: https://news.ycombinator.com/item?id=46468641
fcoury
·6 เดือนที่ผ่านมา·discuss
I ported it to Rust with a cli tool that allows you to format json in this format:

https://github.com/fcoury/fracturedjson-rs

https://crates.io/crates/fracturedjson

And install with:

cargo install fracturedjson

    > $ fjson --help
    Rust port of FracturedJsonJs: human-friendly JSON formatter with optional comment support.

    Usage: fjson [OPTIONS] [FILE]...

    Arguments:
      [FILE]...  Input file(s). If not specified, reads from stdin

    Options:
      -o, --output <FILE>
              Output file. If not specified, writes to stdout
      -c, --compact
              Minify output (remove all whitespace)
      -w, --max-width <MAX_WIDTH>
              Maximum line length before wrapping [default: 120]
      -i, --indent <INDENT>
              Number of spaces per indentation level [default: 4]
      -t, --tabs
              Use tabs instead of spaces for indentation
          --eol <EOL>
              Line ending style [default: lf] [possible values: lf, crlf]
          --comments <COMMENTS>
              How to handle comments in input [default: error] [possible values: error, remove, preserve]
          --trailing-commas
              Allow trailing commas in input
          --preserve-blanks
              Preserve blank lines from input
          --number-align <NUMBER_ALIGN>
              Number alignment style in arrays [default: decimal] [possible values: left, right, decimal, normalize]
          --max-inline-complexity <MAX_INLINE_COMPLEXITY>
              Maximum nesting depth for inline formatting (-1 to disable) [default: 2]
          --max-table-complexity <MAX_TABLE_COMPLEXITY>
              Maximum nesting depth for table formatting (-1 to disable) [default: 2]
          --simple-bracket-padding
              Add padding inside brackets for simple arrays/objects
          --no-nested-bracket-padding
              Disable padding inside brackets for nested arrays/objects
      -h, --help
              Print help
      -V, --version
              Print version
fcoury
·6 เดือนที่ผ่านมา·discuss
I really liked the idea, so I am porting it to Rust https://github.com/fcoury/fracturedjson-rs
fcoury
·7 เดือนที่ผ่านมา·discuss
Just published a rust wrapper if anyone plan on embedding it like I do:

https://github.com/fcoury/mquickjs-rs
fcoury
·7 เดือนที่ผ่านมา·discuss
I have been slowly progressing on writing a Rust like language that compiles to JavaScript for a few years now. With the rise of AI and it becoming better recently with Opus 4.5, specially with Rust, I've been trying to have a speedrun version of it.

Think of it as TypeScript but with full algebraic types and other commodities from Rust:

https://husk-lang.org
fcoury
·7 เดือนที่ผ่านมา·discuss
Very interesting. Is it or will it be open source? Any links?
fcoury
·7 เดือนที่ผ่านมา·discuss
I thought Apple would get around and improve their memory prices with time, I guess it's the opposite: all manufacturers are now becoming Apple given these raises.

I wonder what Apple's next move will be :-)

EDIT: Spelling
fcoury
·7 เดือนที่ผ่านมา·discuss
Shameless plug: I did a series a couple years back, before AI was this huge, about writing a Vim-like editor in Rust, in case you want to play with it in the future:

https://www.youtube.com/playlist?list=PL9KpW-9Hl_het1V3_dLhG...
fcoury
·8 เดือนที่ผ่านมา·discuss
Wow, that made me look:

> Joined 17 years ago
fcoury
·8 เดือนที่ผ่านมา·discuss
It's interesting. I grew up in Brazil and if you don't know, we are very famous for having one of the most exorbitant importing tariffs in the world.

I thought that with time Brazil would modernize and get closer to the US in that regard. It's really sad to see the opposite happening.
fcoury
·10 เดือนที่ผ่านมา·discuss
... and I totally agree: anecdotes are all we have indeed.
fcoury
·10 เดือนที่ผ่านมา·discuss
Oh I wasn't aware of that. I will try it again. Thank you for letting me know!