ROBOT |
ロボスタ |
「新幹線オフィス車両」がリニューアル!車内でWEB会議や通話が可能な「TRAIN DESK」一般普通車指定席と区別してサービス開始 |
https://robotstart.info/2023/01/28/jr-traindesk.html
|
|
2023-01-28 09:32:08 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] 前澤友作氏の「シンママ向けマッチングアプリ」批判受け1日で停止 |
https://www.itmedia.co.jp/news/articles/2301/28/news080.html
|
coary |
2023-01-28 18:33:00 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
ABC165 C - Many Requirements 再帰使わずに多重for使うとただのタイピング力 |
https://qiita.com/hiro1729/items/291bcd8897f83575df5b
|
abccmanyrequirements |
2023-01-28 18:30:46 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
React でmarkdown を表示する方法(コードハイライト、ファイル名表示、画像サイズ変更まで) |
https://qiita.com/Kagaya_22/items/30b8d80f150b6ff91ca6
|
markdown |
2023-01-28 18:18:53 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
【TS】オブジェクトをマージする際の型定義はPartial<T>を使うと便利 |
https://qiita.com/Tenyo9617/items/f701026083bbaabcf12a
|
partiallttgt |
2023-01-28 18:02:35 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
ActionView::MissingTemplate in Devise::Registrations#Newエラー |
https://qiita.com/nktyn_frtn0906/items/09bd72193d68fd113181
|
actionview |
2023-01-28 18:43:47 |
Docker |
dockerタグが付けられた新着投稿 - Qiita |
Docker DBコンテナが立ち上がらんかった |
https://qiita.com/miriwo/items/6488c8e3a2f10ef39595
|
docker |
2023-01-28 18:05:43 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
ActionView::MissingTemplate in Devise::Registrations#Newエラー |
https://qiita.com/nktyn_frtn0906/items/09bd72193d68fd113181
|
actionview |
2023-01-28 18:43:47 |
海外TECH |
MakeUseOf |
5 Unusual But Educational Ways to Learn History Online and Make It Fun |
https://www.makeuseof.com/unusual-educational-ways-to-learn-history-online/
|
innovative |
2023-01-28 09:31:15 |
海外TECH |
DEV Community |
Save your clients internet, Serving big JSON dataset files over network like a pro |
https://dev.to/rajeshroyal/save-your-clients-internet-serving-big-json-dataset-files-over-network-like-a-pro-4fde
|
Save your clients internet Serving big JSON dataset files over network like a proEver needed to server big JSON files over the network like MB files The efficient way we can handle this problem is by converting the JSON files to binary and then send it to the client Firs lets just convert JSON to gz file and see the size difference Comparison Actual file size MB compressed gz file size MB Linux command to convert JSON to gzgzip filename json It will convert your file to the gz file Now you can easily server this file over the network and the client will have to decode the file from gz file to JSON A useful library to convert binary data to string is pako Use below code in React js to convert gz to json file import inflate from pako const parse bin any gt inflate bin to string export const fetchJSON gt return fetch data data json gz then async response gt const blob await response blob readSingleFile blob then res gt let jsonData parse rs console log jsonData return jsonData async function readSingleFile file File Blob return new Promise resolve reject gt const reader new FileReader reader onload function e resolve e target result reader readAsArrayBuffer file reader onabort reject reader onerror reject Why this article even make sense Well recently I was working with deck gl and had to render big JSON dataset files over MB If the files were locally present that s OK but imagine serving those dataset files from a CDN For same problem I researched over the internet about how to serve large dataset files efficiently optimize in deck gl and found nothing and at last I end up with doing binary conversion and decoding those files in browser to render map contents I know this is not the optimal approach but If anyone has a better approach or has any experience with deck gl of rendering large datasets Please comment down below Thanks |
2023-01-28 09:41:52 |
海外ニュース |
Japan Times latest articles |
Japan eyes lifting South Korean export controls as Seoul works to improve ties, report says |
https://www.japantimes.co.jp/news/2023/01/28/national/politics-diplomacy/japan-ease-south-korea-export-controls/
|
Japan eyes lifting South Korean export controls as Seoul works to improve ties report saysAny move would come amid ongoing talks over a new plan to resolve the issue of wartime labor and as concerns mount over the increasingly |
2023-01-28 18:11:21 |
海外ニュース |
Japan Times latest articles |
Why Biden pushes an assault weapons ban despite the political odds |
https://www.japantimes.co.jp/news/2023/01/28/world/politics-diplomacy-world/biden-assault-rifles-ban/
|
Why Biden pushes an assault weapons ban despite the political oddsFlags are lowered sorrowful statements are issued pleas to lawmakers are made again In the wake of two mass shootings in California this week U S President |
2023-01-28 18:03:30 |
ニュース |
BBC News - Home |
Tyre Nichols not seen to resist in police beating video |
https://www.bbc.co.uk/news/world-us-canada-64435109?at_medium=RSS&at_campaign=KARANGA
|
death |
2023-01-28 09:11:52 |
ニュース |
BBC News - Home |
Flybe: Regional carrier ceases trading and cancels all flights |
https://www.bbc.co.uk/news/uk-64436500?at_medium=RSS&at_campaign=KARANGA
|
airline |
2023-01-28 09:07:47 |
ニュース |
BBC News - Home |
AP deletes ‘the French' tweet and apologises after it is widely mocked |
https://www.bbc.co.uk/news/world-europe-64436973?at_medium=RSS&at_campaign=KARANGA
|
agency |
2023-01-28 09:24:23 |
コメント
コメントを投稿