HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MrMid

no profile record

comments

MrMid
·السنة الماضية·discuss
[2012]
MrMid
·السنة الماضية·discuss
Exactly, it consumes heat.

> ... took advantage of small amounts of excess heat to emit more power than consumed.
MrMid
·قبل سنتين·discuss
On desktop Firefox (133) on Ubuntu (24.10) it does look blurry.
MrMid
·قبل سنتين·discuss
Nor the other way round, though.
MrMid
·قبل سنتين·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
·قبل سنتين·discuss
Can you explain?
MrMid
·قبل 8 سنوات·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 سنوات·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.