Viewing profile — mathnmusic
mathnmusic
HN member- Joined
- Wed, Jun 13, 2018, 4:25 PM UTC
- HN karma
- 1,314
- Public activity
- 361 items
- HN profile
- View on Hacker News ↗
About mathnmusic
No profile information was provided.
Recent public activity
-
comment
Comment #42084122
There is a lot to like here. It can be a nice stack when combined with async/falcon and viewcomponents, at least where you don't need a lot of client-side state and browser API usa…
-
comment
Comment #42048376
That's just Play Store. It's easy to publish APKs on Github releases like any other OS.
-
comment
Comment #41985385
AFAIK, Apple took away those slots when Mac minis transitioned to Apple silicon. Attempts to replace SSD with re-soldering have not been successful.
-
comment
Comment #41919473
It does not have access to the Excel app. You may be able to generate the .xlsx file using python libraries but you would need to run the python code on your own. ChatGPT can run g…
-
comment
Comment #41877647
Strict hierarchies are indeed too rigid. What about using a tag-based file manager like TagSpaces (which is free and open-source)?
-
comment
Comment #41718684
Try dropping him in one of these math discord groups (for eg: Summer of Math Exposition)? Teens care a lot about social approval and seeing so many people having fun with math migh…
- story
-
comment
Comment #41582793
> Did we (the humans) somehow managed to pollute the internet Corporations did that, not humans. "few people recognize that we already share our world with artificial creatures tha…
-
comment
Comment #41398245
Isn't this fan-in? let A = select * from tbla let B = select * from tblb let C = select * from A join B
-
comment
Comment #41071044
No, "silver medal" is defined as a range of points to be earned in the allotted time (4.5 hours for both papers of 3 problems each).
-
comment
Comment #41054364
> you should not try to use the money itself as a way of limiting what people do Are you saying that Anti money laundering rules should be scrapped?
- story
-
comment
Comment #40820249
Gemini models don't have "system" roles.
-
comment
Comment #40818766
> You can use celery with postgres without issues How? This issue still seems to be open after 6 years: https://github.com/celery/celery/issues/5149
-
comment
Comment #40786626
One improvement of the first "super-naive" approach is to break down the state into a whole hierarchy of files, rather than a single file. This helps reduce (but not eliminate) con…
-
comment
Comment #40431231
You have only tested the current "FREE" AIs, right? How do GPT-4 or Perplexity Pro work on the very same tests?
-
comment
Comment #39787197
Thanks for building this as open-source! How is it different from CSVFiddle (which is also based on DuckDB-wasm, I think)? Ability to have multiple tables loaded and running join q…
-
comment
Comment #39305082
I would be very interested in an open-source, self-hostable version of this. Is anyone building that?
-
comment
Comment #34063825
Streetview link: https://www.google.com/maps/@51.5130263,-0.1102586,3a,75y,98...
-
comment
Comment #34034419
> A tyranny of the minority is strictly worse than a tyranny of the majority. Not if the minority opinion is right. The ground truth matters.
-
comment
Comment #30457901
At polyglot.network, we have been taking a much more direct approach: Hire us, and we work like a typical agency on open issues that you care about. It's in our best interest to wo…
-
comment
Comment #30039561
If this is the right package, this too doesn't seem to support desktop platforms: https://pub.dev/packages/webviewx
-
comment
Comment #29984113
I recently started building an offline, desktop app in Flutter as a collection of dev utilities: https://github.com/nileshtrivedi/devtoolbox Flutter was a promising choice as it'd …
- story
-
comment
Comment #29917428
Hi HN, dev here. There are existing projects like CyberChef and DevUtils, but I wanted an offline app that was at least eventually open-source. This also gave me an opportunity to …