Category: Technology

Selenium + WebDriverをさわる

先日から空き時間を見つけてちょこちょこと作っているツール、FSharp.DataのHttpクライアントを使ったPOST処理では、外部からの不正なリクエストとみなされてしまう状況が改善しないようなので、WebDriver + Seleniumを使ってアクセスをしてみることにしました。 そこで、まずはSeleniumの使い方を調べます。…

By 10nin

意図しないリクエストとされて悪戦苦闘

「ブラウザ操作の自動化をしたい」訳なのだけれども、ツール化すると不正なリクエストとして処理されてしまう問題に悩まされている。 こういうのは、いっそPowerAutomateとかSelenium的なツールを使って自動化した方が良いのだろうか?…

By 10nin

PowerShellスクリプトで日本語を扱う

先日、ちょっとした作業をPowerShellでスクリプト化する仕事をしました。 いつもの調子でUTF-8(BOMなし)で書いてチームメンバーに共有したところ、相手の環境では文字化けが発生してしまってまともに動かない状態に。文字化けの状況からSJISで保存すれば動きそうだなと判断して、SJISで保存し直してもらってスクリプト自体は無事に動いたのですが、手元ではUTF-8で動いているし、なんだか納得いかないので調べてみることにしました。… …

By 10nin

FSharp.Dataライブラリをさわる(その2)

今日も昨日に引き続いて自作ツールのためにFSharp.Dataライブラリをさわっている。 最近のWebサービスのformはVue.jsなどを使って動的に生成されることが多く、さらにCSRF対策がされているため、自動化を進めるためにはいくらかの工夫が必要になる。…

By 10nin

EBLOG #5 ~ Tuesday October 17th 2023

Hello fellow readers and writers Today I bring some rather troubling news, statistics or whatever you want to call it. Since signing up for Akismet anti-spam, six attempts have been made to post spam to the comments…

By enadasa

FSharp.Dataライブラリをさわる

最近、ちょっとした身近な課題を自動化したいので、ごく小さなツールを書いています。 そのなかでHTTP POSTなリクエストを送信する必要があったため、いくつかのライブラリを試してみています。…

By 10nin

Unleashing the Power of Algebra Calculators: Your Ultimate Guide

Algebra, a fundamental branch of mathematics, has been both a boon and a bane for students throughout their educational journey. It's a subject that is the gateway to higher-level math and a crucial tool in various…

By charles900

EBLOG #4 ~ Monday October 16th 2023

Good Morning Everyone! I recently have not been getting enough REM sleep. Feel absolutely exhausted. However I plan to fix that hopefully in the next few days. This problem I have been experiencing started…

By enadasa

新しいキーボードを買いました

私は分割キーボード派で、普段はMistelのMD770を使っているのですが、かさばるので持ち歩きに不便であることや、フルワイヤレスではないので旅先に持っていくサブPCと組み合わせて使うのには向いておらず、この問題を解決したいと考えていました。 あれこれ検討した結果、折り畳み式のMOBO Keyboard 2を購入しました。…

By 10nin

EBLOG #3 ~ Friday October 13th 2023

PlantMan Office Good afternoon fellas, today's post is a bit different. I am officially announcing the start of a new office suite program by the name of PlantMan Office. I maintain the GitHub repository alone, and…

By enadasa

Overview: How UEFI Secure Boot Works in Linux

Recently I've had to deal with issues booting using UEFI as outlined in my Linux Boot Failure! Debugging UEFI Boot Issues blog post, where I also go into detail about UEFI and the UEFI boot process. What I didn't cover…

By tiffybelle

Remapping laptop's keys under Windows

For the time being, I will be using a ThinkPad laptop running Windows 10. No idea what exact model of Thinkpad it is beside it being labelled 'X1 Carbon'. It probably is an older model seing the really poor TN screen it…

By Libb