HN user

samrat

1,327 karma

http://samrat.me

Posts97
Comments70
View on HN
samrat.me 1y ago

Running ML models in Elixir using Pythonx

samrat
4pts0
blog.swmansion.com 1y ago

Building a Membrane(Elixir Multimedia Framework) Pipeline to Talk to Gemini

samrat
4pts0
samrat.me 1y ago

Implementing Distributed Pooling in Elixir

samrat
4pts0
samrat.me 1y ago

Elixir Clustering on a Kamal+Hetzner Deployment

samrat
5pts0
samrat.me 2y ago

Show HN: FlashFlashCards- create Anki flashcards from screenshots

samrat
4pts2
try-dalle3.samrat.me 2y ago

Show HN: OpenAI doesn't have a playground for DALLE-3, so I built one

samrat
4pts0
buttondown.email 2y ago

Tauri newsletter #2, featuring an interview with Tauri co-creator

samrat
3pts0
samrat.me 6y ago

WebAssembly Branching Instructions, by Example

samrat
3pts0
berthub.eu 6y ago

Modern C++ for C Programmers

samrat
3pts0
samrat.me 6y ago

On Porting Code

samrat
1pts0
samrat.me 6y ago

Piping Output to a Pager

samrat
1pts1
samrat.me 6y ago

Myers' Diff Algorithm in Clojure

samrat
4pts0
www.ebooks.com 6y ago

Database Internals: A Deep Dive into How Distributed Data Systems Work

samrat
2pts1
www.amazon.com 6y ago

How to Prove It: A Structured Approach, 3rd Edition

samrat
3pts1
samrat.me 8y ago

Disk-based algorithms: External merge-sort

samrat
2pts0
samrat.me 8y ago

Implementing a key-value store, part 2: Linear Hashing implementation in Rust

samrat
6pts1
samrat.me 8y ago

Implementing a key-value store, part 1: Linear Hashing

samrat
18pts1
medium.com 11y ago

Dear student: find your passion and make it your career

samrat
5pts0
samrat.me 12y ago

Arithmetic with Instaparse

samrat
1pts0
samrat.me 12y ago

Parts-of-speech tagging with Clojure

samrat
4pts0
samrat.me 12y ago

Exploratory writing

samrat
1pts0
samrat.me 12y ago

Understanding minds with machines

samrat
1pts0
circuit-circus.clojurecup.com 12y ago

Show HN: A pastebin for circuit diagrams(Clojure Cup 2013 entry)

samrat
3pts0
samrat.me 12y ago

Moving things with Clojurescript and your phone accelerometer

samrat
2pts0
samrat.me 12y ago

Making a streaming API from scraped data using Clojure

samrat
1pts0
dlgate.samrat.me 12y ago

Show HN: dlgate. Transfer files from the web to your Copy.com folder

samrat
1pts0
samrat.me 13y ago

Sharing localhost on your LAN

samrat
1pts0
www.luminusweb.net 13y ago

Luminus- A Clojure web framework

samrat
5pts1
samrat.me 13y ago

Building a database-backed Clojurescript app

samrat
3pts0
samrat.me 13y ago

Getting started with Clojurescript

samrat
2pts0

I am in India and I cannot access the site. The DNS resolves to `23.227.131.12` but the server doesn't seem to respond to pings either.

I can access the site through a VPN.

Anyone else facing the same issue? Anyone know what's up with that?

Probably to reduce some friction from the process. They also don't charge a transaction fee(as noted in another comment), so i could see myself using this on my site.

Of course a much useful service would be something like flattr. IIRC, There was some talk about them starting to accept bitcoins but i haven't heard about that lately.

Maybe a "painful problems" spreadsheet would be more appropriate.

This reminds me of something Paul Graham called "sitcom startup ideas" in a recent post.

No, I'm watching the 61A videos on Youtube.

I'll need to check out the Javascript based implementation sometime. But it is really annoying that the course is using something that hasn't been updated in ages.

No, I'm using Linux(Arch) so I guess I am on an intended platform. It is on the user contributed repos but the installation didn't work. I tried installing just stk-scheme too but that didn't work either.

I agree. I'm doing the same course and because I couldn't get their implementation of Scheme(ucb-scheme) to work, I'm really out-of-sync with the course.

I'm doing the examples and exercises in Racket.

I think the Python Software Foundation was asking for redesign proposals for the Python site a while ago; so we might see some improvements for the Python site. I don't find the Python site particularly ugly, but I think the docs could improve a lot. Same goes for a lot of other python frameworks that use the default Sphinx template.

I found your post on Twitter and found it pretty useful, mostly because I'm reading the same book as you are(Clojure Programming) and was having some difficulty groking this program. Your post really helped.

There is a typo in line 8, I think it should have been (range h).

On Learning Clojure 14 years ago

I'm not really much experienced, but I've played around with Noir and its really similar to Flask. You could try out Compojure too, on which Noir is based(even more minimalistic).

Right now, I'm following some Noir tutorials here: http://yogthos.net/

I'm using Github Pages to host my site, so web space is not a problem.

Regarding the online payment, a card from a bank in Nepal would not be able to purchase anything online. Of course a credit card from a bank in another country would work in Nepal, but I don't possess one.

Does Github's support for Jekyll mean that Github automatically "publishes" a blog post? I'm using something similar(Pelican), and I know I can't publish a post using Prose only, is that different for Jekyll sites?