This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-22
Channels
- # announcements (7)
- # babashka (17)
- # beginners (45)
- # biff (2)
- # cider (16)
- # clj-on-windows (3)
- # cljs-dev (12)
- # clojure (27)
- # clojure-austin (1)
- # clojure-europe (18)
- # clojure-norway (5)
- # clojurescript (36)
- # conjure (35)
- # core-async (2)
- # datascript (4)
- # datomic (4)
- # emacs (15)
- # fulcro (23)
- # holy-lambda (12)
- # hyperfiddle (1)
- # introduce-yourself (5)
- # nbb (11)
- # off-topic (37)
- # pathom (34)
- # pedestal (9)
- # reitit (4)
- # releases (1)
- # remote-jobs (1)
- # sci (5)
- # scittle (3)
- # shadow-cljs (88)
- # tools-build (4)
it's rare that I find a comment section worth sharing from the orange website but wow this is so much amazing info https://news.ycombinator.com/item?id=32186203

@corasaurus-hex i saw that last night but didn't really dive into it. what cool things have you learned about?
oo hash array mapped trie https://news.ycombinator.com/item?id=32188783
DAWGs are interesting, I might use it for some fuzzy finding stuff
now that's a cool idea. rapid word similarity / indexing is amazing. there are some tricks like that in the japanese input method, where it has to match potential kanji based on the phonetic mora (~letters) one has keyed in so far
i was reading the paper on how they achieved a lot of the speed increases, probably dawgs involved
Bag/Multiset is interesting. I'm still thinking through the usage
Have an idea for an app I want fir myself, but will need some storage. Obviously since its just for me, I don't want to pay. Probably need less than 100mb. Don't really care if its sql or nosql. Was thinking I might be able yo get away with just hosting json on github, in a public repo. Is this a really dumb idea? Any 100% free storage out their that has an app for querying it?
To deal with the obvious - if it's just for yourself, does it really need to be a web app? Can it not be a good old desktop/mobile app?
If the data is static (i.e. you change it only during deployment and not in run time), there are multiple options. As long as the platform is intended for static content serving (GitHub is not, or at least was not, by itself - IIRC there was a clause in its ToS about it). E.g. Netlify seems like a good fit - they have this in their free plan.
You could probably get pretty far with Notion and its API as a quasi-backend https://developers.notion.com/
Or even something like google sheets: https://xkcd.com/2180/
The storage of a free tier instance in some cloud
Or the free tier s3
Or the free tier db in some cloud
Personal projects are what the free tiers are for, just be careful with the small type and set up billing alerts just in case
Thanks, I'll check those out. Yeah, re: azure and s3, I'm a bit scared of them, getting something wrong and getting a bill on. But maybe it can be setup if I did mess up it just stops my instance, that would be ok
AWS have some always free free tier stuff, you could just store everything in dynamodb - you have 25 GB that there
They will probably not take away
There are some how-tos to setup billing alerts in AWS, it is not difficult at all
Having worked with both Azure and AWS I recommend AWS for predictability even if it is a bit harder to start with
They have a really good budgets feature that is easy to start with and has a forecast feature that is better than the machine learning hype Azure have so you can get notified if there is a trend you don't like. By default you also get notified when you exhaust 85% of any free tier limit, but that is rather late for my taste
Are you the only one accessing it? You could just host it yourself on some machine at home?
If you want to go self hosted in a secure and easy way I heartily recommended Tailscale which is free for personal use: https://tailscale.com/
Do you have a home NAS?
Something cheap (though not quite free) would be an old-school web hosting service like http://omnis.com
I and my family recently relocated to LA from Seoul. Iām quite scared of the state of economy here; inflation is real and almost all companies are going frugal and downsizing. Iām worried if this affects my seeking for a job š
The job market isn't as hot as it was prior, where you'd get multiple offers and literally could pick and choose everything you wanted. But there are still open positions. Even when a place has a hiring freeze, they still might hire if someone leaves or for certain special cases where they really need too. It just means they won't hire in anticipation of growth.
@U0K064KQV Thanks, I might start by looking at job posting sites like functional works..
I have put Clojure(Script) first and foremost when looking at a posting, but I might have to loosen this a bit by looking for other technologies like Scala
Ya, Clojure jobs in general are not as common to find. I think if you look for any job, prioritize Clojure. And then as you work, keep an eye out for Clojure jobs and if you find one transition to it.
@U01LJQRJ2AU these Slack channels might be useful for you: #jobs #remote-jobs and #jobs-discuss
@U0AT6MBUL Oooh, nice! Will join the channel.