I'm i alone to think that it become slower that usual to get responses?
HN user
Nic0
Damn, I hate those news, it make me fell old. I did some editing, maybe 15 years ago when I was on a LUG (Linux User Group, does this exists anymore ?). Good time.
Anytype is good, worth to check it!
Stop reading garbage news, consider to pay for quality news. The author say some write 12 posts a day. That's true. Some high quality author write 1 post a week or month. Those kind of article are not free.
https://nsirap.com/ Lots of DevOps stuffs. This blog is about 3-4 years old. BUt my first blog was around 2008.
Just in case you didn't know that a project called Tabby exists (it was Terminus). It's a terminal (another one you could say). It's not my project, I'm just a user.
RailsCasts was awesome, thank you!
Some DevOps stuffs, from debian to alpine base image migration (old stuff, not very exciting)
70k! whoua, twitter is in trouble. It might be a good rise for Mastodon, but the fact is that 70k user-ish is nothing in social-media-scale.
I listening only classical music here is some search I do.
- Filter with compositor, rachmaninoff, mozart...
- I filter with record label in spotify, with very specific and quality like "hamonia mundi", "erato" and others.
- Select orchestra (London Symphony Orchestra, Choir of King's College)
- Select musician (Baremboim, Argerich...)
Does GCP and AWS produce some electricity to be more independant on energy. OVH dont. Could this have an impact on price.
OVH in France send a news with the same range of increase. https://blog.ovhcloud.com/ovhcloud-price-adjustments-in-2022...
I've just installed it
Me too, on VSCode. looks nice, let's have a try.
Does not seem the exact same painting. Some of the serie are very similar.
DevOps oriented blog, 11ty site generator, firebase website host.
Nice!
My 2 cents, 1 Bug(?) and 1 feature proposal.
Cant view my post without setup before username? (account created with google, write post without username, publish, click "view", nothing, click-click-click, nothing, setup username in settings, it works)
You might want to implement some kind of import/export feature.
Hate this kind of new, it make me feel old. It's like someone saying to you "Did you know <some child you still see in diapers> is now 18.
"if it’s clear that you can perform all your responsibilities at a high level, you are no longer in the right job" A quote from my today's reading (HBR).
Oh boy. I sympathise entirely with this post, but the story's exactly the same on the backend.
I was thinking exactly the same thing while reading the conclusion of the post. You leave frontend complexity for even more complexity, are you nuts!
The good old single PHP page is gone long time ago as well.
Framasoft who is behind this is famous in french opensource community for almost two decade. I guess it's unknown outside France?
Cant access it. Is it a USA only site or the site is down ?
Hugo is my choice as well
I added a script on greasemonkey for HN visited linked with : I dont remember where did I get that code, but it work for me.
// ==UserScript==
// @name HN visited link
// @version 1
// @grant all
// ==/UserScript==
let aCss = `
.news-list a:visited {
color: lightgray;
}
`
addGlobalStyle(aCss);
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}I'm using a TypeMatrix[1] keyboard, the Caps Lock key is not at the same place that usual keyboards. therefore I didn't remapped that key.
>> After all, Google is a company, here to make money.
>Those bastards... and they force you to sign in for their email and g+ and picasa and.. oh, wait.
I haven't said that making money was bad, it's business, and that's the risk to know where is the interest. Sure you signed, but silly me, I wasn't thinking about all this when I first sign-up for Gmail, and sure as well I could resign, but meanwhile they collected data, probably much more that I can think of.
> Let's be honest with ourselves and admit that data is the currency we pay for 'free' online services, and if we don't like the service or the 'price', we can just stop using it.
You're right, I was answering about that to the person who said "oh, it's not that bad, the price to pay it's some ads that suit your profile", but the 'price' is indeed more than that.
> Btw there is google analytics on his blog.
It doesn't surprise me, his post sounds to me more like an easy "don't be evil" troll.
I don't think the problem is what do they actually do with all those data, but what could happen with it. You can't be sure that in few years, they will use data for something else that ads, something that you're not agree, but meanwhile data are collected. You can't be sure what could happen with Google's data in 5 or 10 years. Sold ? After all, Google is a company, here to make money. Or even some weird law, allow government accessing those data, to track terrorism profile. Ok, maybe it's unlikely, but you can't be sure. What I'm sure of is that loads of data worths loads of money.
> Very addictive game
It's funny, I was thinking to myself, who could possibly play this game twice. I might misjudge as I'm not a big player myself, but I really through the interest of this was more techniques used (e.g. raphael.js) than the game itself. But I agree, nice UI, nice design and good idea.
I used pkrumins ncurses hacker-top program, it's nice. https://github.com/pkrumins/hacker-top Sometime it has a bug to retrieve news, and I fixed it. https://github.com/Nic0/hacker-top
Certainly a nice way to follow HN, the only advantage with the website, it to have gray links on already visited links. That's mainly why I don't use it anymore.
Rails already have much more documentation published than backbone, so it make sens that for the same amount of recipes/quality the price is higher for backbone.