HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MrMid

no profile record

comments

MrMid
·ano passado·discuss
[2012]
MrMid
·ano passado·discuss
Exactly, it consumes heat.

> ... took advantage of small amounts of excess heat to emit more power than consumed.
MrMid
·há 2 anos·discuss
On desktop Firefox (133) on Ubuntu (24.10) it does look blurry.
MrMid
·há 2 anos·discuss
Nor the other way round, though.
MrMid
·há 2 anos·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
·há 2 anos·discuss
Can you explain?
MrMid
·há 8 anos·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
·há 8 anos·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.