HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MrMid

no profile record

comments

MrMid
·geçen yıl·discuss
[2012]
MrMid
·geçen yıl·discuss
Exactly, it consumes heat.

> ... took advantage of small amounts of excess heat to emit more power than consumed.
MrMid
·2 yıl önce·discuss
On desktop Firefox (133) on Ubuntu (24.10) it does look blurry.
MrMid
·2 yıl önce·discuss
Nor the other way round, though.
MrMid
·2 yıl önce·discuss
The intended use-case for this board is some robotics applications. I don't think parts of robots need to communicate via gigabit. 10/100 Base-T is presumably easier to implement and thus cheaper and smaller (which is the point of this project)
MrMid
·2 yıl önce·discuss
Can you explain?
MrMid
·8 yıl önce·discuss
Actually, I do. This is not a form for user to change his own password, rather a administrators form to change another user's form. And for such actions the administrators identity and privileges are checked. But I understand your reasoning and thank you for pointing it out.

And yeah, I try to use GET only for safe requests, but I should be more careful.
MrMid
·8 yıl önce·discuss
Well, a while ago I saw this code (on my own project!): window.open("?controller=users&action=changePassword&name=" + user_name + "&password=" + password)

I was horrified, glad it isn't live yet, and I fixed it immediately. But I'm still wondering whether I was so sleep-deprived or drunk when I wrote this. It's over SSL, so it should not be that big deal, but still, GET shouldn't be used for such things.