HN user

johnmc408

39 karma
Posts0
Comments35
View on HN
No posts found.

In looking at this software, it seems like it will fit my needs, but I thought I would ask before I try it: I listen to a wifi radio at night (ccrane model), but want to add my own stations. For example, there is a Neil Degrasse Tyson station that plays older episodes and Art Bell has one (that are obviously not live), but they are stations on the Internet that I can play from from my wifi player. For example, I would like to download 100 podcasts of a blogger and then have station1 be a random stream of all of their shows. I can imagine that I have a few stations of my favorite bloggers. Automatic downloading of RSS would be nice, but I can download manually if needed. Ideally if a stream has 0 listeners, it isn't using up my wifi bandwidth (I'll host a local home server) and only starts streaming once a connection connects. I will be the only one listening. Thoughts? Thanks!

This is what I want. Just Youtube w/o ads, but it is $14/month/USD. TY Premium includes music; Spotify costs $12/month/USD. Premium is over priced. Youtube really doesn't want you to buy Premium, they want the data more than the money.

Looking forward to v7 and intro docs that only use "even more" Modern Perl. For a bigger push, we should all volunteer on those "Do X in Y" language sites and add Perl examples. Same with Amazon Lambda and other opportunities where pick your language is available.

Also a modern OO seems nice, though not sure what is in it. Would also like to see a default async library (maybe POE, but I never used it and find the name a bit strange for a default...but then I like Tokio...) Not my area at all, but an opinionated way of async seems nice.

Sublime Text 4 5 years ago

It allows you to move the cursor up/down w/o regards to the end of line. If you move the cursor up to a line and you are passed the end of line and you type 'c', then a bunch of spaces are added then the 'c'. Basically it allows you to move up/down and have the cursor stay the the same column instead of moving left/right to hug the end of line...I really like it :-)

Sublime Text 4 5 years ago

Any 'virtual cursor' fans here? Do you know if v4 supports it? It is a long time requested feature, but not as common in recent times...

Any "virtual cursor" fans, know if it is supported in this release? (long requested feature, but not that common anymore...)

If you normally use a search engine for programming questions, I suggest you only look back (up to) 2 years for Rust questions...I found lots of older posts that were outdated...There are tons of Rust learning materials...again, go with recent ones.

Non programmer here, but would it make sense to add a keyword (or flag) to Go to manually allocate a piece of memory (ie not use GC). That way, for some use cases, you could use avoid GC for the critical path. Then when GC happened, it could be very fast as there would be far less to pause-and-scan (in this use case example). Obviously this would have to be optional and discouraged...but there seems to be no way to write an intensive real-time app with a GC based language. (again non-programmer that is writing this to learn more ;-)

I kinda had the same feeling with Slaughterhouse Five as you. I know with music this has happened to me...but some albums, if I listen to them enough, I start to really like them. Maybe you should try reading SH5 a few times and see how it settles in...the first time reading it was soo good...

Haven't done it myself, but would suggest you try and take on some IT software projects on your team. Maybe start with some scripts or automation and offer to help on other IT software projects.

Once you have some real-world experience and a reputation for delivering, you can branch out.

Would also suggest that you be as capable on the development side as your developers. Python is perfect to start with.

Just got my email from Quroa...Who writes this drivel:

Conclusion

It is our responsibility to make sure things like this don’t happen, and we failed to meet that responsibility. We recognize that in order to maintain user trust, we need to work very hard to make sure this does not happen again. There’s little hope of sharing and growing the world’s knowledge if those doing so cannot feel safe and secure, and cannot trust that their information will remain private. We are continuing to work very hard to remedy the situation, and we hope over time to prove that we are worthy of your trust.

Oh wow...I think I disagree with everything in this comment.

If you can't monitor critical bug notifications and can't fix or provide a compensating control, you should not be in security.

I hope all affected parties are able to sue them.

Sublime Text 3.0 9 years ago

Do they support "virtual cursor" yet? (that is where you can move the cursor up/down/left/right over "empty" space and not have the cursor "hug" the text...I really miss this feature and didn't see it in Sublime or VSCode (never tried Atom)