Fork me on GitHub
#off-topic
<
2022-02-09
>
Nundrum01:02:34

How do you get yourself psyched up to lay the foundations for a new project?

vemv01:02:26

You get to research the best pieces of our ecosystem, which can be gratifying in itself If creating the boilerplate itself is too much of a hassle you can always start from a template and/or framework. If you keep things modular, eventually the architecture can become 'your own', without template cruft

Cora (she/her)01:02:03

I just channel this meme

😂 9
truestory 4
😰 1
Cora (she/her)01:02:37

more seriously, I try to use different libraries and techniques just to try it out and keep it interesting (but time box it if it's not a side project)

Cora (she/her)01:02:02

it's easy to be too conservative and just choose the most boring things, but also easy to be too aggressive and force techniques and libraries even if they don't fit the problem. so, balance 🙂

quoll03:02:39

This is the life of a commercial project. Changes necessarily happen during the project. Requirements change. Architectures are discovered to not cover certain cases. A customer changes their mind. As a result, a system that we felt would be robust and elegant… isn't. That doesn't make it useless. Indeed, if it responded appropriately to changes, it will be the best it could be. But it just won't be what was hoped for back when the repo was fresh and hope filled the air 🙂

quoll03:02:28

Non-commercial projects are a different matter. You can make them for yourself. This means that you can do whatever you want, and stick to it! But, that means it might not be useful

quoll03:02:11

But they're elegant and fun 😊

💯 2
lread03:02:00

Some morse than others!

😆 8
quoll11:02:37

That started as throw away code, and developed elegance as it progressed

simple_smile 1
Zach Mitchell, PhD05:02:33

Can't say I expected to see EatWhatYouKill in a stack trace 😂

at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.lang.Thread.run(Thread.java:750)

🦌 2
real_gun 2
😂 1
atat 2
seancorfield05:02:22

Yeah, that still makes me chuckle every time I see it 🙂

respatialized14:02:52

I guess I can breathe a sigh of relief that the jig is up before they managed to insert themselves as a "mobility provider" into too many municipal transit networks. I'd have hated to see what little public transit we have in the USA privatized and hollowed out by means of a shiny app. https://www.uber.com/us/en/transit/agency/

👍 1
respatialized14:02:02

I have enjoyed reading Jarret Walker's commentary on Uber over the years, especially his classic post on ridesharing as "elite projection": https://humantransit.org/2017/07/the-dangers-of-elite-projection.html

👍 1
Martynas Maciulevičius07:02:21

I'm not sure if what they say is that it's not a solution that works for all possible scenarios or a solution that doesn't work at all...

borkdude21:02:00

Are clojure.spec releases tied to clojure releases? Or is it theoretically possible we'll be seeing a stable release of spec before 1.12?

Alex Miller (Clojure team)21:02:17

we've already released a spec update that 1.11 will depend on for example

Alex Miller (Clojure team)21:02:49

or are you asking about spec 2

borkdude21:02:09

a spec which doesn't contain alpha in the name

Alex Miller (Clojure team)21:02:36

well, we could just remove the alpha :)

🙏 3
Alex Miller (Clojure team)21:02:41

but to answer your question, I don't know what will happen by the time of 1.12 (given that we have not yet even released 1.11)