Hacker Newsnew | past | comments | ask | show | jobs | submit | eduction's commentslogin

What you say makes no sense by your own logic. 200 words can be wonderfully filled with wisdom or devoid of insight depending how much work and experience went into those words. So it is not appropriate to judge an author by the length of their text. You need length/wisdom but you can’t objectively or quickly determine the denominator.

I'm probably not the sort of person you're referring to, but I do regularly restart the REPL because

1. multimethods, if you change the dispatch fn you can't get it just with a recompile, there are tools to help with this but i'm not yet in the hang of using them after several years. (Many people don't hit this because they don't use multimethods. I love multimethods for the use cases I've hit so far with clojure.)

2. interceptors (pedestal) - I love this pattern and lib, and they've made moves toward improving repl friendliness, but I find I need to recompile two NSes typically to get a true reload even in dev mode (the one where my routes are defined and the one where a particular interceptor chain is defined). sometimes i lose track of what i've reloaded, and I dont know if a bug is "real" or just an artifact of forgetting to recompile - "f it, just restart the repl"


"We’re also releasing more than 90 additional plugins"

but there is no link, why would you not make this a link.

boggles my mind that companies make such little use of hypertext


> What features postgres offers over sqlite in the context of running on a single machine with a monolithic app

The same thing SQL itself buys you: flexibility for unforeseen use cases and growth.

Your SQLite benchmark is based in having just one write connection for SQLite but all eight writable connections for Postgres. Even in the context of a single app, not everyone wants to be tied down that way, particularly when thinking how it might evolve.

If we know our app would not need to evolve we could really maximize performance and use a bespoke database instead of an rdbms.

It seems a little aggressive for you to jump on a comment about how it’s reasonable to run Postgres sometimes with “SQLite smokes it in performance.” That’s true, when you can accept its serious constraints.

As a wise man once said, “Postgres is great and there's nothing wrong with using it!”


In what way is a single writer tying you down? It's so much easier to work with and scales so much better than postgres connections

It scales right up.

I did Ctrl-F on "proof-of-work" in this thread to see if anyone had tried this, you seem to be the only one. Seems like a good precaution before sending even a verification email.

Did you have to roll your own or was there some proof of work library you were able to use?

Update: Ah, found the code - https://withinboredom.info/posts/how-this-blog-actually-work...


The latest clojure still works with Java 8 fwiw... Although I believe they are looking at moving to 17 soon as minimum.


Yea, this book worked like a charm for me too.

The author recently weighed in on what he’d cut and add to a future version - could be useful to anyone reading today, if they want to skip some things. https://www.reddit.com/r/Clojure/comments/1rxknpj/quick_ques...


Your pubs kindly return the favor when we order whiskey. As Hunter S Thompson is reported to have quipped in a bar your side of the Atlantic: "What is this, a sample?"


That's fair, can't argue with that one.

Personally I'd have us use what the Royal Navy used to serve its rum ration in, the half-gill. This is 1/8 of a British pint or 71 millilitres, and the rum would have been a minimum of 54%!

Fractional gills were the pre-metric shot measure in the UK, but they were still pretty stingy. 1/6 gill in England, 1/5 or 1/4 gill in Scotland, and 1/4 gill in Northern Ireland.


And

- learn to sharpen it

The place where I bought my knife offered a sharpening class and sold stones. It’s meditative to sharpen, keeps your knife in good condition (vs mechanized commercial sharpeners) and saves money (vs outsourcing it). But I don’t see these classes offered much. There are good tutorials on YouTube, if that works for you.

I’ll also say, “big” is not so important past a certain point. I have a 10 and am generally very happy with it but you do need to clear more space /above/ your cutting board the longer your blade is.

And if someone is buying their first chefs knife they generally (as you correctly note!) will want a larger cutting board than they likely have now. So having a super sized blade (vs a more reasonable 8) amplifies the extent you will need to learn to tidy up and clear space before and while prepping (chopping).


Probably because your assumption is wrong - they host a live shell and documentation search.

https://web.archive.org/web/20260220092649/https://pandas.py...

https://web.archive.org/web/20260225185816/https://pandas.py...

(I don't know anything about pandas, incidentaly, I just did some basic research before posting.)


That's not a shell, it's a Python interpreter compiled to WASM and running in the browser.


Whatever you call it, it’s plainly calling repeatedly to the server once loaded. You couldn’t just throw it on GitHub or cloudflare as is.


Both of those are statically served


Wrong. Ajax requests to server triggered when using either. Nice try.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: