HackerTrans
トップ新着トレンドコメント過去質問紹介求人

MrMid

no profile record

コメント

MrMid
·昨年·議論
[2012]
MrMid
·昨年·議論
Exactly, it consumes heat.

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