Readit News logoReadit News
epalm commented on Hurl: Run and test HTTP requests with plain text   github.com/Orange-OpenSou... · Posted by u/flykespice
epalm · 3 months ago
This is interesting. I’m wondering how programmable this is. Would this project (or any similar ones) be able to POST a json payload with a field set to “now()”?
epalm commented on Mistakes as a new manager   terriblesoftware.org/2024... · Posted by u/Sharpie4679
mikhmha · 9 months ago
What are you supposed to do when your manager has terrible and/or selective memory? My last manager would assign me work and then promptly forget half the time what he assigned me. It was bizarre. Sometimes it worked in my favour because I would do something he assigned me - then show him - and then he would sing praises for my "self initiative" and creativity. Like dude, you told me to do this. Of course this sort of amnesia will eventually come back to bite you when you are yelled at because "why are you working on Y?? you should be working on Z!!". Dude you told me to work on "Y" two days ago.

I never understood whose blame the poor memory falls on? In my opinion it was on him to stay organized - something he never made an effort to do. Others would say it was on me to communicate to him what he told me. I don't get paid enough to be his executive assistant. And I don't see the point in communicating better if he would just forget again.

Other times his memory was bizzare. Like he would remember some off comment I'd made to him in a 1-on-1 and then use it as a way to butter me up or appeal to me. I once mentioned to him I follow news in the "programming space" (aka reading this website). And he seemed to remember this whenever he needed to appeal to me to look into some new platform feature clients were requesting. "You read a lot about this stuff right??? Take a look into PDF generation using this library. You read a lot about this stuff right??" I think he thought he was juicing up my ego with this. So bizzare.

Of course its the same manager who did the fundamental sin of complaining downwards to me, and about my peers whenever one of them messed up. Dude you're the CTO. If you can't maintain face then I will lose all confidence in your ability.

OK I'm going to stop venting about my last boss now. Sorry!

epalm · 9 months ago
About the poor memory stuff, just get it in writing. “In writing“ could mean in an email, or a chat, or more likely in an issue tracker that has an audit log. When there’s a discrepancy, just link to where it was written down.
epalm commented on Show HN: iFixit created a new USB-C, repairable soldering system   hackaday.com/2024/09/12/r... · Posted by u/kwiens
cthalupa · a year ago
You appear to be replying to the co-founder of iFixit, so presumably he knows what he's talking about.

https://www.ifixit.com/Document/CPMKU1yOZAYVXbpB/FixHub_Sold...

What he says matches their documentation as well:

>Blue LED: The iron is below 40° C / 100° F and is safe to touch.

>Purple LED: The iron is actively heating up or cooling down. Iron tip is not safe to touch.

>Orange LED: The iron has reached the user-set temperature and is ready for soldering. Iron tip is not safe to touch.

epalm · a year ago
I was quoting from the article, which, admittedly, isn’t straight from the horses mouth. If there’s a discrepancy, one of them is wrong (I think I know which).

> While there’s no display, the illuminated ring behind the grip does provide a visual indicator of what the iron is doing: solid blue means it has power but the heating element is off, a pulsing blue indicates the iron is heating, and orange means it has reached the desired temperature. If you flick the heater switch off, the ring pulses purple until it cools back off and returns to blue.

epalm commented on How to Measure Progress in a Software Project – By Adam Ard   rethinkingsoftware.substa... · Posted by u/rbanffy
epalm · a year ago
I like this mentality, truly, makes perfect sense. Check in often to make sure you’re building the right thing. Keep going until it’s done.

However, the client is going to want to know (A) how much it’s going to cost, and (B) how long it’s going to take. These are extremely reasonable questions in most cases/industries. To answer these questions with a shrug is a nonstarter. The client is working with a time budget and a financial budget, and they need to have some sense of the numbers.

If the Waterfall and Agile methods are opposite ends of a spectrum, somewhere in between is where I’ve found an acceptable middle ground for both developers and clients.

epalm commented on Show HN: iFixit created a new USB-C, repairable soldering system   hackaday.com/2024/09/12/r... · Posted by u/kwiens
kwiens · a year ago
The LED on the iron turns orange once it reaches your target temperature. It glows purple while it's heating, and blue when it's safe to touch.
epalm · a year ago
> It glows purple while it's heating

This is not correct, it pulses blue indicating the iron is heating, and when turned off, pulses purple while cooling.

epalm commented on Show HN: Visual DB – Web front end for your database   visualdb.com/... · Posted by u/visualdb
epalm · a year ago
Looks nice, both the site and the app! The first thought I had though was, here's a central place where potentially hundreds, thousands, perhaps tens of thousands (or more, depending on how successful you are) of database credentials are stored. Your https://visualdb.com/datasecurity/ page says "Database credentials are encrypted before being stored" but how do I know that? Encrypted how? This equates to "I pinky promise I won't get hacked, and even if I do, all your passwords would be impossible to crack anyways". Security-conscious users probably will need a bit more than that. Any thoughts on using other authentication methods?

Edit: as other commenters have mentioned, an on-prem version would certainly ease concerns a bit.

epalm commented on The Insecurity of Debian   unix.foo/posts/insecurity... · Posted by u/cylo
redprince · a year ago
Because pretty much everyone on the internet tells you to disable SELinux instead of trying to understand it. I'm always rolling my eyes when I open some deployment instruction for RHEL (clones) and they have as step one: Disable SELinux.

Few will instead read the RHEL provided documentation. Then they could maybe figure out whether there's simply a tunable (getsebool -a) which would enable the desired behavior, or if properly labeling files (semanage fcontext / restorecon) would do it, or even take the steps to add to an existing policy to allow for a specific scenario which somehow was not implemented. Even adding your own policies "from scratch" is certainly doable and provides a great safety net especially for networked applications.

Anyway... we all know disabling security or not implementing it in the first place can really save you a lot of time. At least in the short run.

epalm · a year ago
> Anyway... we all know disabling security or not implementing it in the first place can really save you a lot of time. At least in the short run.

The way I put it to my clients, and staff, is simply that security comes at the cost of convenience.

epalm commented on I built an online PDF management platform using open-source software   pdfequips.com/... · Posted by u/sanusihassan
epalm · a year ago
Nice roundup of tools!

Just a small note, on safari mobile if I expand the Edit and then Convert sections, they open on top of each other.

https://i.imgur.com/bSZdRTN.png

epalm commented on The best way to have complex discussions?   cq2.co/blog/the-best-way-... · Posted by u/anandbaburajan
lpapez · a year ago
> In CQ2, there's no mess of unorganised comments — create threads inside threads so that each thread stays on topic and organised.

Wish this could work, but my experience is that getting people to use even the first layer of threads is very difficult, especially non-technical people.

IMO most often complex discussions will devolve into a "let's just jump on a quick call to settle this", for better or worse.

The feature I am looking forward to the most in comminication apps is having a machine learning model listen to those "quick calls", generate summary and action items and post them right back in the thread. You get the benefits of both worlds that way.

epalm · a year ago
> getting people to use even the first layer of threads is very difficult, especially non-technical people

Indeed. We use Google Chat which is roughly a Slack clone in terms of structure. A discussion will start at the root level, and then branch into a thread after a few comments, but some users will miss this and continue to use the root level, which of course gets mixed into unrelated comments. It’s easy to create a mess, and it’s even worse when a discussion has multiple threads.

This “thread-based” style of space/channel was forced upon Google Chat users late last year. Prior to that, we had the option of “topic-based” channels, where every discussion had its own thread and there was no root level. Any reply to a topic would bump the topic into view. These were great for some use cases (one topic for each software issue, one topic for each support case, etc), and were easy to understand for non-technical people, because you could explain it like “each topic is like an email chain”. We got into the habit of summarizing the first comment of each topic, which always remained visible, so you could browse the list of discussions, again, much like email.

Anything that you can relate to email is great for the non-tech crowd.

epalm commented on How the internet became shit   herman.bearblog.dev/how-t... · Posted by u/HermanMartinus
epalm · a year ago
> companies that offer a free service but start charging once they've locked in a client-base (I'm looking at you Heroku).

I don’t know much about Heroku, or if it’s been enshittified (yet?), but a company that offers a free product and somewhere down the line starts charging for it sounds fine to me.

And anyone who believed a product produced by real people working at a real company could be free forever was kidding themselves.

(In general though I agree with the sentiment of the article.)

u/epalm

KarmaCake day392October 18, 2013View Original