HackerTrans
TopNewTrendsCommentsPastAskShowJobs

FelipeCortez

769 karmajoined قبل 14 سنة

Submissions

Clojure 1.13 adds support for checked keys

clojure.org
225 points·by FelipeCortez·قبل 10 أيام·47 comments

Artificial

inkandswitch.com
22 points·by FelipeCortez·قبل 21 يومًا·1 comments

Kubernetes in the Browser

github.com
8 points·by FelipeCortez·قبل 24 يومًا·0 comments

Under the hood of MDN's new front end

developer.mozilla.org
10 points·by FelipeCortez·قبل 3 أشهر·0 comments

The Miller Principle (2007)

puredanger.github.io
91 points·by FelipeCortez·قبل 3 أشهر·55 comments

AI 2026 Technology Radar

juxt.pro
2 points·by FelipeCortez·قبل 5 أشهر·0 comments

Toggle the "Light" Switch

incommonwith.com
3 points·by FelipeCortez·قبل 7 أشهر·0 comments

Using Postgres 18's temporal constraints

depesz.com
3 points·by FelipeCortez·قبل 10 أشهر·0 comments

Printing Types: Their History, Forms and Use

c82.net
3 points·by FelipeCortez·قبل 10 أشهر·0 comments

comments

FelipeCortez
·قبل 20 يومًا·discuss
You can use Clojure to get all the goodness from Java and still have fun
FelipeCortez
·قبل 20 يومًا·discuss
If you want to learn the mumbo-jumbo other commenters are using freely in their comments: https://www.musictheory.net/lessons

If you want to learn why your flute's FFT visualization has multiple bumps, get a copy of Curtis Roads' Computer Music Tutorial from the local library

If you want to learn to play an instrument, hire a teacher!
FelipeCortez
·الشهر الماضي·discuss
try it!

  data:text/html,<grid><p>A</p><p>B</p><p>C</p></grid><style>grid{display: grid}</style>
afaik to create a CustomElement you need to use dashes, yes, but in this example `<grid>` is an HTMLUnknownElement, which renders just fine. some discussion here: https://stackoverflow.com/a/22545622/2393963
FelipeCortez
·الشهر الماضي·discuss
Both stories are in the compilation Exhalation, but OP’s description matches what I remember from the story I mentioned more than the one you linked
FelipeCortez
·الشهر الماضي·discuss
don't you mean "The Truth of Fact, The Truth of Feeling"? I think that matches your description more, but I could be wrong
FelipeCortez
·الشهر الماضي·discuss
Julia Evans has a fun blog post using Julia to visualize Gunzip: https://jvns.ca/blog/2013/10/24/day-16-gzip-plus-poetry-equa...

you should totally do a "Janet writes Janet" version
FelipeCortez
·قبل شهرين·discuss
RateYourMusic’s recommendations are solid
FelipeCortez
·قبل شهرين·discuss
so they can rewrite it in Rust?
FelipeCortez
·قبل شهرين·discuss
I love Temporal and am DBOS-curious. what do you think DBOS does better?
FelipeCortez
·قبل 3 أشهر·discuss
1x5 can also work if you take advantage of subpixel rendering https://www.msarnoff.org/millitext/
FelipeCortez
·قبل 3 أشهر·discuss
the scarf matches the one Rich is wearing near the end of the documentary. the code matches what's on the Clojure source code, even if it's an odd choice. the two belts are in the draft, even if only one of them features the logo. the artist's instagram has a bunch of well colorized artwork. I believe it is really human made
FelipeCortez
·قبل 3 أشهر·discuss
I don't think it is, considering they highlighted it in a post about human craft [1]. I read somewhere it was illustrated by felipemelo.net, but can't find the reference anymore

[1]: https://bsky.app/profile/cultrepo.bsky.social/post/3mjhubrh3...
FelipeCortez
·قبل 3 أشهر·discuss
The Wikidata documentation is good:

https://www.wikidata.org/wiki/Wikidata:Introduction

And you can find lots of SPARQL examples here:

https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/...
FelipeCortez
·قبل 3 أشهر·discuss
that's kind of what P800 (notable work) is doing, but you can try some approximations to "major work" with "has both an English Wikipedia page and a Goodreads link":

  ?work wdt:P50 ?author ;
        wdt:P577 ?publicationDate ; 
        wdt:P8383 ?goodreadsID .

  ?article schema:about ?work ;
           schema:isPartOf <https://en.wikipedia.org/> ;
           schema:inLanguage "en" .
FelipeCortez
·قبل 3 أشهر·discuss
This is actually a good fit for a Wikidata SPARQL query you can run here https://query.wikidata.org/:

  SELECT ?work ?workLabel ?author ?authorLabel ?publicationDate ?ageAtPublication
  WHERE {
    ?author wdt:P569 ?birth .
    ?author wdt:P570 ?death .
    ?author wdt:P800 ?work .
  
    ?work wdt:P50 ?author ;
          wdt:P31 wd:Q47461344 ;
          wdt:P577 ?publicationDate .
  
    FILTER(?publicationDate <= ?death)
  
    BIND(YEAR(?publicationDate) - YEAR(?birth) AS ?ageAtPublication)
    FILTER(?ageAtPublication > 60)
  
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  }
  ORDER BY DESC(?ageAtPublication)
  LIMIT 300
FelipeCortez
·قبل 4 أشهر·discuss
I always thought it was native. You can write extensions using React, yes, but I was under the impression those got compiled to their internal Swift-based UI components
FelipeCortez
·قبل 5 أشهر·discuss
MusicTheory's interval ear training app is free and has a bunch of extra options: https://www.musictheory.net/exercises/ear-interval
FelipeCortez
·قبل 6 أشهر·discuss
> doesn't mean curl or numpy should be its own company, or that the AI Labs need to fund them.

you'd be surprised

https://numpy.org/about/#sponsors https://curl.se/sponsors.html
FelipeCortez
·قبل 7 أشهر·discuss
you should try The Witness
FelipeCortez
·قبل 7 أشهر·discuss
because serving requires resources