HackerTrans
トップ新着トレンドコメント過去質問紹介求人

falcolas

no profile record

コメント

falcolas
·2 年前·議論
Windows: Alt+0133 - numbers typed with the number pad. The character map app on Windows can help find all of these codes for different glyphs.
falcolas
·2 年前·議論
> There’s a ton of them but you don’t see younger people joining them as much today.

That's because they're primarily filled with old people, with "old" interests. Short of a coordinated visit, you'll always be in the minority. Heck, I'm in the minority, and I'm in my 40's the few times I accept an invitation to go to one of these places.

There's also the occasional left-over haughtiness about the value of being let into the club. Left over from when they were exceptionally popular. This can push people away too.
falcolas
·3 年前·議論
> probably not when adjusted for number of players or total number of player-hours.

I would disagree, given how the major sports franchise games and multiplayer FPS games use gacha mechanics too.
falcolas
·3 年前·議論
It always bothers me how the procedure for getting ADHD meds is the single most ADHD unfriendly procedure in existence.
falcolas
·3 年前·議論
> Self-diagnosis is not a diagnosis.

Nit: Self-diagnosis is the first step towards a formal diagnosis. You don't go to the doctor to get antibiotics before self-diagnosing that you're sick.

That said, as useful as a formal diagnosis is (getting proper help, and even meds), don't skip it if you can afford to do it.
falcolas
·4 年前·議論
Today, if you have access to a smartphone, you have access to both games and tv too.
falcolas
·4 年前·議論
And this makes it OK? The status quo’s brokenness is not an excuse for acting like an ass.
falcolas
·4 年前·議論
> relationship between business entities that brings trust and continuity

No, it absolutely does not imply trust OR continuity. When the business folds, the customer is always the one - and in a way the only one - who loses.
falcolas
·4 年前·議論
> The same logic holds for things like recurring subscriptions or ad-supported content - much smaller amounts, but many more sources, adding up to mitigate this problem.

And at some point your customers are saturated. How many subscriptions before they can't afford another subscription? After all, if they're subscribed to the max, it's not as if their budget will have room for another one next month, or even next year. It's fully allocated, and will likely remain so.
falcolas
·4 年前·議論
Here's the problem with that - there's not enough room for every company and their subscription model. So where you have a chance to get money from someone with a one time purchase, you're going to have to fight to get another piece of their subscription budget.

And more and more - you're not going get that piece.

Customers only have so much money and so much time. Expecting them to make a long term commitment is going to be a worse and worse business model in the coming years.
falcolas
·4 年前·議論
1password - the non-SAAS version - works a charm on my phone. I haven't needed an update. And aside from compiling for newer phone versions, I haven't noticed an update.

Except on the desktop which was updated to be crippled (can't edit items) and it advertises for the SAAS version with every other click. Which, fuck them. Their move to SAAS has done nothing but corrupt what was a good software company.
falcolas
·4 年前·議論
I was once in the "no medication" camp. Even without medication, a diagnosis can get you:

- Help via CBT and other thereputical techniques.

- Knowledge of what's imposter syndrome and what's a real issue you're facing.

- Allowances (the legally required ADA type) at work.
falcolas
·4 年前·議論
> it is hard to know when to try to get help, or whether you are just seeing what you want to see and looking for an excuse

And that's why you see a professional. If you don't, you'll never know. It's hard, it's embarrassing, and ultimately, it can be redeeming to know that no, you're not just lazy.
falcolas
·4 年前·議論
If a startup avoids Java, it’s because the first few coders don’t use Java. That’s it.

I’ve seen startups use almost every language under the sun, including the boring ones like Java, C, and PHP.
falcolas
·4 年前·議論
Respectfully, this doesn't change the advice. Always assume the network is compromised - that someone who shouldn't has access your hosts via the network. A user's device is taken, a new user is added via social engineering, a computer is left unlocked, a host is compromised...
falcolas
·4 年前·議論
First - congratulations! I like the idea behind your product. Easily configured VPN tunnels are something I enjoy having.

But, and I'm probably just shouting into the void at this point, relying upon your network being secured as a method of securing your office/product will only result in heartache.

If you're a company SEO or similar trying to protect your company from threats, your first assumption must be "the network is compromised" no matter whether it's on the internet, or VPN tunnels, or firewalled local network.
falcolas
·4 年前·議論
They do sell your attention via targeted ads in the app store, the news app, and several other places.

Do they collect and monetize data beyond those ads? Not that I've heard of.
falcolas
·5 年前·議論
Sure they do. Some call them rockets, others fireworks. Oh, and anvil shooting…
falcolas
·5 年前·議論
Will Tesla's employee salaries remain the same, or will they go down commensurately like every other re-located SV employee?

Because $300k houses are still pretty darned expensive when you're not making SV salaries.
falcolas
·5 年前·議論
To add on to every other sibling comment, switching threads or processes requires a trip back up to the kernel space (a context switch), instead of just remaining in user space. in this switch, all of your caches get busted.

Not a problem for most folks, but when you want the greatest possible performance, you want to avoid these kinds of transitions. Basically, the same reason some folks use user-space networking stacks.