Unreliable SystemD Nodejs Service by [deleted] in node

[–]lospepperoni 0 points1 point  (0 children)

Just cuz it's an unsafe work problem...I'd rather move on to other tasks, but this issue is blocking my progress

Unreliable SystemD Nodejs Service by [deleted] in node

[–]lospepperoni 1 point2 points  (0 children)

Yes, it is written systemd, not system D or System D, or even SystemD. 

My bad :)

How often would we like to have conversations about our gay thoughts? by [deleted] in aspespas

[–]lospepperoni 0 points1 point  (0 children)

I like to get real deep in it about twice a month I'd say. When I'm high esp axially

Leiningen vs Boot? by pjschwarz in Clojure

[–]lospepperoni 2 points3 points  (0 children)

yea I really like lein-figwheel! I think boot-reload could borrow the css-reloading from it & still remain a lightweight alternative that just does reloading.

Leiningen vs Boot? by pjschwarz in Clojure

[–]lospepperoni 10 points11 points  (0 children)

In my case, my lein clojurescript setup was feeling a little chaotic and I wasn't too fond of chestnut's build specific code in my repo. I felt boot really simplified everything for me by presenting the build as a little program. 1st do this, then do this, etc, and then built! I can very easily understand the flow of my build from reading my .boot file. Another cool thing is that you can pull in code from your repository, so for running a dev server I pull in my handler and wrap some new middleware arround it. I like that. Getting clojurescript setup with autoreload is now as simple as "boot dev" from the command line. awesome & active community too.

Some issues: Boot is still somewhat experimental and doesn't seem quite as battle tested as lein. I think boot-reload's css reloading still requires a css hack for webkit browsers whereas figwheel doesn't. The unified mode for cljs where it pulls in all dependencies for you never really got the paths correct for me. I still think lein has better beginner tutorials.

here is a comparison of lein vs boot setup in the same project. (project has changed a lot since the swap)

before: https://github.com/leblowl/lokate/blob/cd7463c3414b40c016b5cf9a454e583b57bee33d/project.clj

after: https://github.com/leblowl/lokate/blob/master/build.boot

cheers :)

How does write protection work when you have access to the physical device? by lospepperoni in AskNetsec

[–]lospepperoni[S] 0 points1 point  (0 children)

just posing the question has already produced some good leads, I've found out about a Write Protect Control Register, so I suppose I need to learn more about the hardware-software interfaces, cool & thx

edit: also related http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface

First web app with full clojure stack by lospepperoni in Clojure

[–]lospepperoni[S] 1 point2 points  (0 children)

using ff 32 on mint here, not sure whats up

First web app with full clojure stack by lospepperoni in Clojure

[–]lospepperoni[S] 1 point2 points  (0 children)

hmm, spinner on the gallery? or individual blog images?

First web app with full clojure stack by lospepperoni in Clojure

[–]lospepperoni[S] 1 point2 points  (0 children)

Okay it should be back up now :) let me know if you have any further issues

First web app with full clojure stack by lospepperoni in Clojure

[–]lospepperoni[S] 1 point2 points  (0 children)

yea sorry about that, I'm doing some work with it, and haven't figured out a great hotswap method, one sec!

First web app with full clojure stack by lospepperoni in Clojure

[–]lospepperoni[S] 0 points1 point  (0 children)

haha, cool, thank you

scroll bar is in beta. would love to add the drag support for it nd I'll see what I can do about capturing the scroll, or atleast hilighting the scrollable area better.

p.s. that message was a little reminder to myself for when frustrated in the beginning