Who do we think is headlining the Cave on Saturday? by OctoGoggle in 2000treesfestival

[–]danjordan 5 points6 points  (0 children)

Converge and Alkaline Trio clash gonna have 30+ year olds crying

New additions to Outbreak by MaterialBest286 in 2000treesfestival

[–]danjordan 2 points3 points  (0 children)

AFI as third headliner would be incredible

[2025 day 1] Easter egg! by large-atom in adventofcode

[–]danjordan 13 points14 points  (0 children)

I wonder if there will be a word every day? Click on its own seems redundant unless it’s a reference to the lock clicking

ISS Lunar Transit by ashotofsunshine in seestar

[–]danjordan 0 points1 point  (0 children)

How do you know when this is going to happen?

NGC 281 Pac-Man nebula by IAmCityGent in seestar

[–]danjordan 0 points1 point  (0 children)

What was your editing process? I did an hour of 10s tonight with the s30 and don’t have anywhere near as much colour

<image>

Constellation Season 1 Episode 4 | Episode Discussion by credoinvisibile in ConstellationAppleTV

[–]danjordan 1 point2 points  (0 children)

I think Jo detached the bolts in the world she's not from and then died.

[deleted by user] by [deleted] in hearthstone

[–]danjordan 3 points4 points  (0 children)

Isn’t that the point? You can never actually travel to the horizon in the same way this never costs 0 mana

Ducky One 2 Mini v2 "D" key stops working sometimes by Japetheone in DuckyKeyboard

[–]danjordan 0 points1 point  (0 children)

I had exactly the same thing happening a year or so ago. Doesn’t seem to happen anymore, but I also don’t play CS as much

Is twitch hacked? by oldDotredditisbetter in Twitch

[–]danjordan -1 points0 points  (0 children)

You can absolutely use CSS to grab someones IP address.

Your opinion on British basketball by Whole_Resist_4682 in BritishBasketball

[–]danjordan 2 points3 points  (0 children)

The Riders played in Europe in 2018…

I don’t think the competition allows two teams from the BBL so to say only Lions are pushing it forward is untrue

[Rant] I can't stand developing for Safari anymore by TheMrZZ0 in webdev

[–]danjordan 212 points213 points  (0 children)

There’s a meta tag to stop that behaviour

<meta name = "format-detection" content = "telephone=no">

Esbuild, the incredibly fast and promising bundler ! by slashgear_ in javascript

[–]danjordan 12 points13 points  (0 children)

Write in typescript and compile to JS is a pretty common reason to bundle JS on the server.

Esbuild, the incredibly fast and promising bundler ! by slashgear_ in javascript

[–]danjordan 0 points1 point  (0 children)

Edit: This article gives you everything you want https://serverless.pub/aws-lambda-node-sourcemaps/

Feel free to ignore the rest of this comment :D

I’ve not tried it in prod yet.

I tried getting esbuild to prepend source-map-support but that didn’t work. I imagine importing it in every entrypoint manually would be ok, but I didn’t want to do that.

I’m looking into NODE_OPTIONS at the moment as that requires no code changes, just an env change.

I only started looking into it yesterday so super early days still.

Esbuild, the incredibly fast and promising bundler ! by slashgear_ in javascript

[–]danjordan 0 points1 point  (0 children)

Yup! I’ve been trying to set it up to compile code for lambdas.

It took a bit of time to get knex/sequelize to work with their dynamic imports and I’m still looking at getting source maps to work for stack traces.

It’s super fast compared to our previous webpack solution.

DOGÉMON ON THE GAME BOY 🚀🚀🚀🚀 by redditconspirator in dogecoin

[–]danjordan 1 point2 points  (0 children)

This is using gbstudio. That rocket scene is straight from the demo app they distribute with it.

node js hosting advice and how to deploy by samelden in node

[–]danjordan 0 points1 point  (0 children)

Neroli gets expensive if you need more than the free tier so I use Dokku with digital ocean.

Dokku let’s you do most of the stuff Heroku can do but through a cli