HackerTrans
TopNewTrendsCommentsPastAskShowJobs

figbert

no profile record

Submissions

Gleam v1.17.0

gleam.run
132 points·by figbert·в прошлом месяце·19 comments

comments

figbert
·9 дней назад·discuss
Reminds me of one of my favorite games: Hacknet (https://hacknet-os.com - https://store.steampowered.com/app/365450/Hacknet/). Likely contributed in a meaningful way to me becoming a programmer. I think I have Zachtronic's SHENZHEN I/O on my wishlist—will have to check out his whole catalog.
figbert
·20 дней назад·discuss
Matt Webb made a version of this (and wrote about it) a while back—Cursor Party: https://interconnected.org/home/2024/09/05/cursor-party

I contemplated implementing it on my site for a while but decided I didn’t want to add the JavaScript. Still find it a really cute concept.
figbert
·2 месяца назад·discuss
My understanding of Palantir's actual, technical offering is profoundly boring: a hosted platform that connects to existing diverse sources of data and organizes them according to well-defined (by Palantir's FDEs) useful schemas. I have developed this impression through actually building a product on the Foundry as well as several rounds of interviews. Frankly that is profoundly boring. The anti-Palantir propaganda, portraying them as this all-powerful Skynet software, is as much a part of their marketing as anything else.

On the other hand, their effectiveness appears to be less in question: the article above claims that Scotland Yard found hundreds of police officers to have been abusing their posts in various ways through use of the Palantir system. I am not a fan of corrupt cops, so I think this is good. Similar stories exist elsewhere, like a 68% reduction in 48-hour mortality at a Tampa hospital through deployment of Palantir's anti-sepsis monitoring tech.

Thus I arrive at the conclusion that this decision is ultimately a loss. Khan's legal standing appears to rely on them not investigating other potential suppliers—I'm not sure that there are any, and "develop these simple data systems in-house" is a bad option because if they could have they would. I suppose ultimately I don't think that Palantir's "bad vibes" among constituents should impact governments' desire to be effective in the programs they purport implement.
figbert
·2 месяца назад·discuss
It's not a technical issue but a UX one. It would be a pain to set up pushing via SSH to a knot container on my server because I am use SSH for the host already. And specifying a port is ugly. Doing this over the internet negates all these.
figbert
·2 месяца назад·discuss
Well said, in particular the last sentence: IIRC at the time I was seeking to delete a repo that I had made accidentally so as to clean up my profile.
figbert
·2 месяца назад·discuss
I discovered Radicle back in 2020 (when their website looked incredible: https://web.archive.org/web/20201201030505/https://radicle.x...). I bounced off of it, in part due to being unable to effectively delete repositories. They used to have an FAQ about that—looks like it's gone now, though the public-private repository area is much more fleshed out (you can make a repo private, in which case no new updates will be publicized but the history will still exist). In truth, it's just profoundly difficult to effectively "delete" things in a decentralized system (see: Matrix, BitTorrent, et. al.). But definitely something to consider; people accidentally upload secrets, and want to have some recourse when that happens.

Still, time has passed and I have become more interested in GitHub alternatives (https://figbert.com/posts/ideating-tragit/). Will likely end up moving to Tangled. But first I need to add support over there for pushing over HTTPS...
figbert
·5 месяцев назад·discuss


  Location: Palo Alto, CA, USA
  Remote: Much prefer in-person but if compelling I can be flexible
  Willing to relocate: Yes, anywhere in the world
  Technologies: Software (Go, Swift, Gleam, Ruby, Python, WebDev, Deployment), Hardware (CAD, rapid prototyping, DfM, drafting, mechanical engineering), Systems Thinking
  Résumé/CV: https://figbert.com/files/cv.pdf
  Email: figbert [at] figbert [dot] com
I'm an industrial design junior at Stanford University looking for summer work at the intersection of software and hardware. Want to have a tangible impact on the creation of meaningful products. Love working on diverse problems, diving in on areas where progress has stalled and getting things going again. Feel free to reach out.
figbert
·6 месяцев назад·discuss
https://figbert.com

coolest damn site on the net
figbert
·7 месяцев назад·discuss
Invest in an ad blocker.
figbert
·10 месяцев назад·discuss
I was tricked into trying Gleam earlier this summer, and really liked it! I anticipate that I will at least use it for all future web projects (one example: https://github.com/FIGBERT/bdab) due to my serious JavaScript allergy.

I will note something that might be of use for the work in this particular article: https://hexdocs.pm/gleam_stdlib/gleam/dynamic/decode.html

Gleam Decoders are something I haven’t fully wrapped my head around, but are supposedly very powerful and do exactly what this article is focused on (parsing input data into Gleam types) in a more(?) idiomatic way.