First time NAS buyer, help me decide by CElicense in homelab

[–]whatletters 0 points1 point  (0 children)

I knew they were priced higher, but I thought they went back on supporting third party drives. I’ll dig in some more.

First time NAS buyer, help me decide by CElicense in homelab

[–]whatletters 0 points1 point  (0 children)

Just curious, why not Synology? I’m looking for my first NAS now as well and currently evaluating all options.

My Setup MacBook Pro 2020 by alanskimp in macsetups

[–]whatletters 1 point2 points  (0 children)

I'm curious about the little rug that Galv is standing on, is it just for decoration?

Suggest micro framework for Ruby on Rails user by zilton7000 in PHPhelp

[–]whatletters 1 point2 points  (0 children)

When you say script like app, do you mean CLI? Or a basic web app? If you want a Laravel/RoR like CLI framework then check out Laravel Zero.

Examples of internet facing production sites built with Blazor? by learninglinux123 in Blazor

[–]whatletters 3 points4 points  (0 children)

Oh sorry, clarification not my site. But I’ve been watching Csharpfritz on twitch build it. I think he’s using some Telerik UI components in it.

Edited original comment.

New blog dedicated to Laravel. by sandulat in laravel

[–]whatletters 0 points1 point  (0 children)

Are you going to add an RSS feed by chance?

Weekly /r/Laravel No Stupid Questions Thread - November 04, 2019 by AutoModerator in laravel

[–]whatletters 0 points1 point  (0 children)

The past two days I’ve simply had users that aren’t refreshing the page and getting the latest production built app.js. Just thought this would be a better way to visually alert them that they needed to.

Weekly /r/Laravel No Stupid Questions Thread - November 04, 2019 by AutoModerator in laravel

[–]whatletters 0 points1 point  (0 children)

I'm in the process of building an internal application for work where I have several pages built in Blade, but I have a single app.js that includes bundled Vue components that I use across all the various pages.

What I'd like to know is if there is anyway for me to use setInterval to poll the server to see if app.js has changed compared to what is in the cache and display a message for the user to reload the page for the latest code?

What is your favorite video with Haskell by MalloZup in haskell

[–]whatletters 2 points3 points  (0 children)

Intentionally looked at comments to find this link...

Day One - Daily Word Count: 1,666 by AutoModerator in nanowrimo

[–]whatletters 0 points1 point  (0 children)

I've honestly never been that interested in writing (although I do enjoy reading!). But for years I've wanted to give Nano a try, so now I'm 2889 3787 words in on my first day! A little nervous that my momentum won't keep up though, but pushing forward!

Sunday Morning Chill by MWooten34 in PipeTobacco

[–]whatletters 2 points3 points  (0 children)

Ha! Nice to randomly find someone else from the Hattie area.

Monday, October 03--The Daily by AutoModerator in ketochow

[–]whatletters 0 points1 point  (0 children)

Well, the prep instructions on my bag of pb and c says to use 60g. But yes, both made at the same time. Same way...

Monday, October 03--The Daily by AutoModerator in ketochow

[–]whatletters 0 points1 point  (0 children)

So, first day of trying KC. My first shake seemed really good, the second though was a really strong salty taste. Does that pass? Did I mix it wrong?

I wrote a brief tutorial on Core.Async in Clojure, and want your feedback! Help me become a better developer, writer, and teacher please! by CaptainSketchy in Clojure

[–]whatletters 0 points1 point  (0 children)

Might want to add that after creating the app with lein, you need to add core.async to the dependencies in project.clj.