HN user

iKnowKungFoo

147 karma
Posts7
Comments78
View on HN

I bought my Sactional in mid-December with a 25% discount. All of the reviews I found were very positive. This thing is a beast! I only wish I'd found a good rug before setting it up. It's on a tile floor but hasn't budged so far. I love its Lego-ness.

The center section of my last sectional broke after about four months. Should any section break, I can quickly replace that piece instead of having to "deal with it" or replace the whole thing.

I opened a few trending topics in different tabs. One said to log in. Logged in only to be told I was already logged in. ¯\_(ツ)_/¯

I just implemented 1Password with a company of about 40 people. They have great onboarding trainers and will go the extra mile to answer questions. For people that are moving from another manager to this, it's a simple process. For people that have never used a password manager before, the browser extension, mobile and desktop apps make it hurt less.

I really like being able to add One-Time Passwords to any record, so we're not dealing with additional auth apps. The browser based UI makes it easy to add or update logins as you go. In addition, having controls to recover an account for someone that's locked out and has lost their Emergency Recovery Kit gives the execs some peace of mind. The secret key changes, so the old ERK is invalid should it be found later.

Individual and team level controls are available. We have some shared accounts, but you can create as many Groups and Vaults as you need. You can set access rights at multiple levels. So one group/person may be able to edit records, but another group/person can only read them to log in.

https://support.1password.com/create-share-vaults-teams/

Brian already mentioned the free family account. It's brilliant.

I still use Flash 4 years ago

Flash was shuttered due to being a constant, huge security risk. So no modern browsers support it and there aren't any plugins for it other than Ruffle.

It's analytics. Google search brings up

https://www.cockroachlabs.com/blog/what-can-we-learn-from-ou...

"Years ago I dedicated a Flex Friday (our version of 20% time) to stargazers, a tool to query the CockroachDB repository for information about its GitHub stars and analyze the results. At the time of writing, we had 6,000+ stars (which felt like a lot), and the data in this blog will be based on that original set of 6,000 stargazers."

Which links to

https://github.com/spencerkimball/stargazers

"GitHub allows visitors to star a repo to bookmark it for later perusal. Stars represent a casual interest in a repo, and when enough of them accumulate, it's natural to wonder what's driving interest. Stargazers attempts to get a handle on who these users are by finding out what else they've starred, which other repositories they've contributed to, and who's following them on GitHub."

My high school had Apple IIe computers. My classmates had been stealing my homework when they asked to play a game from my disk. My "copy protection" was to name files using Alt characters (I think), so the file name looked like "HIST 202 REPORT", but the spaces were the Alt characters. No one could copy the files after that and the class grade average tanked. :)

  Desktop PC - General browsing and light gaming.
  Laptop PC - Work
  15" Macbook Pro (Intel) - Work (deprecated)
  16" Macbook Pro (M1 Max) - Work
  iPhone 13 Pro Max
  iPad Pro M1
  Amazon Fire tablet for guest access to wireless audio.
Monitors
  3 x 27" Acer IPS 2k monitors
  3 x 27" LG IPS 4k monitors
Protip: A 27" 4k monitors is a waste of a 4k monitor. Text is waaaay too small for coding at that resolution.

Everything else has been sold or recycled. I used to have PILES of desktops and servers, but I got over my nostalgia years ago.

I left the Apple podcasts app once they changed the way they ordered episodes that I've not yet heard and lost my place on a number of podcasts. I was suggested the Overcast app and it took me three days to completely convert to it and delete the Apple app from my phone. I've even paid the annual subscription to turn off ads, which aren't noticeable anyway, just to support the developer for understanding how (I feel) people actually want to listen to podcasts.

https://overcast.fm/

Dealing with this now, agree that if you're not generating revenue to cover the costs, you're barking up the wrong tree. Yes, SMS is easier for the users, but it's also not very secure. And that impacts the use cases of your platform.

At a previous employer, the solution was to move off SMS and onto internal messaging via native mobile apps. This will shift your cost focus, but that levels out as the volume of SMS transactions decrease.

"there needs to be a temporary (6-12 months) solution that manages the existing content."

Famous last words. I once found an egregious security violation at a previous employer. Was told it was a "temporary fix" that's been going on 7 years.

You might look into putting all of the static files into source control, but ignore the folders full of uploaded documents (the videos, etc.). Then you can at least track changes and deploy updated HTML via a managed process. You should back up the large files and figure out how you're going to serve those.

You can set up custom workflows and a new project to use that workflow. The issue would then be transferring tickets from a current project to the new project and convert ticket statuses from one to the other, depending on what the new one supports. You could try to replace the existing workflow on a project, but that seems riddled with issues. https://support.atlassian.com/jira-work-management/docs/how-...

Jira will translate the old ticket URLs to the new ones. I did this earlier in the year to effectively sunset an overloaded and unfocused project and transfer only the tickets we would continue to develop. The old project is essentially an archive and the new one has more focus on what the team needs to deliver. I also created additional projects for tickets that need input from the business users so they can agree on what they want before dev is even aware of them.

I have a few years old Sony XBR model. I had to factory reset it a few months ago due to it randomly restarting itself after a system update. I just never connected it to the Internet and use an AppleTV and Xbox for streaming and gaming.

"Nowadays I keep finding RoR jobs but I see more and more legacy applications that need to be maintained in order to move to a new technology."

This is exactly the situation with a number of long-standing, formerly popular languages. ColdFusion and PHP jump to mind. They're fine languages and people love them, but if no one's paying, why bother sticking to them? Loving a programming language doesn't pay the bills.

"I'm sure it will keep providing as long as Ruby engineers become founders or companies keep maintaining legacy projects built with the technology."

My previous employer was maintaining over 30 acquired company's worth of legacy code bases. They replaced common functionality via new microservices and would sometimes replace an entire product via a new acquisition. It's sometimes a better ROI to replace instead of maintaining or building.

Canistilluse.com 5 years ago

I don't know that anyone should be worried about supporting anything in MSIE 11 unless site analytics reflect a significant number of users with that browser version. I annually audit a company's access patterns to see which browsers and resolutions we need to worry about. This affects development, QA and support at the very least. For example, global patterns in the US alone reflect 0.64% and dropping as of July. https://gs.statcounter.com/browser-version-partially-combine...