HackerTrans
トップ新着トレンドコメント過去質問紹介求人

FelipeCortez

769 カルマ登録 14 年前

投稿

Clojure 1.13 adds support for checked keys

clojure.org
225 ポイント·投稿者 FelipeCortez·10 日前·47 コメント

Artificial

inkandswitch.com
22 ポイント·投稿者 FelipeCortez·21 日前·1 コメント

Kubernetes in the Browser

github.com
8 ポイント·投稿者 FelipeCortez·24 日前·0 コメント

Under the hood of MDN's new front end

developer.mozilla.org
10 ポイント·投稿者 FelipeCortez·3 か月前·0 コメント

The Miller Principle (2007)

puredanger.github.io
91 ポイント·投稿者 FelipeCortez·3 か月前·55 コメント

AI 2026 Technology Radar

juxt.pro
2 ポイント·投稿者 FelipeCortez·5 か月前·0 コメント

Toggle the "Light" Switch

incommonwith.com
3 ポイント·投稿者 FelipeCortez·7 か月前·0 コメント

Using Postgres 18's temporal constraints

depesz.com
3 ポイント·投稿者 FelipeCortez·10 か月前·0 コメント

Printing Types: Their History, Forms and Use

c82.net
3 ポイント·投稿者 FelipeCortez·10 か月前·0 コメント

コメント

FelipeCortez
·20 日前·議論
You can use Clojure to get all the goodness from Java and still have fun
FelipeCortez
·20 日前·議論
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
·先月·議論
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
·先月·議論
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
·先月·議論
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
·先月·議論
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
·2 か月前·議論
RateYourMusic’s recommendations are solid
FelipeCortez
·2 か月前·議論
so they can rewrite it in Rust?
FelipeCortez
·2 か月前·議論
I love Temporal and am DBOS-curious. what do you think DBOS does better?
FelipeCortez
·3 か月前·議論
1x5 can also work if you take advantage of subpixel rendering https://www.msarnoff.org/millitext/
FelipeCortez
·3 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
MusicTheory's interval ear training app is free and has a bunch of extra options: https://www.musictheory.net/exercises/ear-interval
FelipeCortez
·6 か月前·議論
> 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 か月前·議論
you should try The Witness
FelipeCortez
·7 か月前·議論
because serving requires resources