Viewing profile — mukundesh
mukundesh
HN member- Joined
- Mon, Feb 17, 2020, 9:28 AM UTC
- HN karma
- 71
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About mukundesh
No profile information was provided.
Recent public activity
-
comment
Comment #47845004
How about Iran/US conflict ? or Israel/Palestine conflict ? Is anyone working on this ? seems like a big win for AI if it can be done.
-
comment
Comment #47108414
https://github.blog/ai-and-ml/generative-ai/spec-driven-deve...
-
comment
Comment #46466673
Thanks for sharing, could you please comment on the performance aspect vis-a-vis json reader/writer provided by pydantic
-
comment
Comment #46394192
Though not Github, worth mentioning Huggingface, which is also using git, but managing large files with their(?) xet protocol. https://huggingface.co/docs/hub/en/xet/index
-
comment
Comment #46301267
GitHub Actions are amazing ! For a public repository who will give you a free machine to run for 6 hours at a stretch for a job !!
-
comment
Comment #46301248
Will OSS (public) repositories also have to pay if they use self-hosted GitHub runners ? If yes, that seems a bit counterintuitive, given that Github hosted runners are free for pu…
-
comment
Comment #46300170
Github, thanks for making this service available free for public repos, it's a big boon. Currently the runner has only 14GB of disk space, if that can be made to 50 GB, that would …
-
comment
Comment #41330892
Wish GitHub markdown would support Vega-lite to create charts that would be a great combination. Here is a brief discussion on the same https://github.com/orgs/community/discussion…
-
comment
Comment #40408142
Does it have Gantt chart ?
-
comment
Comment #40277120
Windows service for tracking how much time I spend in each app.
-
comment
Comment #39825173
Using parquet in python requires installing pyarrow and numpy, whereas CSV comes with stdlib. Also, the csv has a very pythonic interface vis-a-vis parquet, in most cases if I can …
-
comment
Comment #37670706
Safari finally has the Chrome feature that I miss the most, ability to create separate app like experience for a particular website.
-
comment
Comment #37071293
Would like to recommend an open source Low Code framework https://frappeframework.com , significantly reduces the code to be written.
-
comment
Comment #36612227
Have been using notes on macOS, works great. I do worry that notes are stored in a proprietary format, would love to have a backup in markdown...
-
comment
Comment #35739954
Nice, would be nice to have it integrated in GitHub markdown. Looks similar to Vega or Vega-lite( https://vega.github.io/vega-lite/ ). Definitely as rich as D3.js but gets the job …
-
comment
Comment #35565265
Thanks for the generous free tier. I used plausible for a month then shifted to cloudflare web-analytics, that also has a free tier. Cloudflare UI is very basic, will give beamanal…
-
comment
Comment #35263752
I read the ethernet paper( https://dl.acm.org/doi/10.1145/360248.360253 ) in college - one of the few instances where the paper did a better job of explaining the concept that the …
-
comment
Comment #34907125
Why `summer jobs`, I would have thought they would have gone there for a `winter jobs`.
-
comment
Comment #32246372
Using Cachegrind to get hardware independent performance numbers ( https://pythonspeed.com/articles/consistent-benchmarking-in-... ) Also used by SQLite in their performance measur…
-
comment
Comment #30426023
Wish there were some tables and charts to consume the data easily.
-
comment
Comment #30414542
GitHub is doubling down on Markdown https://github.blog/2022-02-14-include-diagrams-markdown-fil... https://github.blog/changelog/2022-01-21-allow-to-upload-svg... Long live Markdo…
-
comment
Comment #30412632
Only available in .NET ecosystem, got excited after I read the title, but forgot Microsoft is Microsoft. "YARP is a reverse proxy toolkit for building fast proxy servers in .NET us…
-
comment
Comment #30370125
Performance quote: Compared to existing libraries like PyODBC, Arrow Flight is already as much as 20x faster (~00:21:00). Flight SQL will package these performance advantages into …
-
comment
Comment #30358446
Would be good to copy from MkDocs Material https://squidfunk.github.io/mkdocs-material/reference/code-b... ``` py hl_lines="2 3" def bubble_sort(items): for i in range(len(items)):…
-
comment
Comment #30357178
https://archive.org/details/books?sort=titleSorter another great source, sadly not well formatted.