Solutions to fix BattleField 2042 bugs that make unable to play

Recently I noticed that there were some bugs and glitches in BattleField 2042, and these make the game unable to be played. Here are troubleshooting solutions that I found or learned. Seems like no one in the server This issue makes the game not able to be matched, or take long time to match the game. Even the game has begun, stuck at “1/32 to begin the game” screen and never started....

December 21, 2022 · 4 min

My Ubuntu Desktop Setup

My Ubuntu Desktop Setup & TroubleShoots For Dell XPS 13 9310 Install fingerprint driver Dell XPS 13 uses Goodix fingerprinter. Download driver and install. Or do it manually: Download via wget $ wget -O ~/Downloads http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_0.0.6-0ubuntu1~somerville1_amd64.deb Install via dpkg $ sudo dpkg -i libfprint-2-tod1-goodix_0.0.6-0ubuntu1~somerville1_amd64.deb Reboot Enroll $ fprintd-enroll Configure from system setting. Make Wi-Fi Stable Edit power save setting file /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf [connection] wifi.powersave = 3 # <-- Edit to 2...

November 30, 2022 · 1 min

프레임워크와 라이브러리의 차이

프레임워크 프레임워크는 프로젝트의 전반적인 틀을 잡아주는 도구입니다. 한국어로는 뼈대이며, 영어로는 Frame + Work 두 단어를 합친 것입니다. 작품을 만들 때 뼈대 위에...

October 26, 2020 · 2 min

Difference between Framework and Library

Framework Framework is a tool that wraps up whole project codes. When you create some statues, you may make a skeleton(framework) first and build the rest upon the skeleton. Projects are also not different, writing codes to fit the framework. It’s like writing codes into the framework. Framework decides the architecture or style, development plan of the project. Developers are programming within the framework. Some project codes invoke methods of the framework, but, usually, projects are developed using methods that are provided by interfaces from the framework....

October 26, 2020 · 2 min

DI(의존성 주입)란 무엇일까?

이 글은 Dagger2를 공부하기에 앞서 DI(의존성 주입)라는게 무엇인지 도저히 모르겠는 분들을 위한(나를 위한) 글입니다. DI란 무엇인가? DI는 의존...

October 18, 2020 · 11 min

What is DI(Dependency Injection)?

This post is for those(especially me) who don’t really know what DI (Dependency Injection) is before studying Dagger2. What is DI? DI stands for Dependency Injection, and is a programming design technique that injects the dependency of an object from the outside. Yes, maybe you don’t understand like me. I don’t understand what to inject, why to use it. So I wrote this post. Before difining the DI features, le’ts imagine a tiny situation in our daily life....

October 18, 2020 · 10 min

Use Utterances comment at Hugo

Usually, some blog platforms such as WordPress and Blogger support their own comment system. However, since the comment system needs a server and DB, it is not able to be applied directly to a static web page. So we need a comment service that using an external server and script. There are a bunch of comment systems, We’re gonna take a look the service that named utterances in this post....

October 13, 2020 · 4 min

Utterances 덧글 적용하기 (Hugo)

보통 네이버나 티스토리같은 블로그 플랫폼들은 자체 덧글 시스템을 지원합니다. 하지만 덧글 시스템은 서버와 DB가 필요하기 때문에, 정적 블로그 싸이트에서는 바로...

October 13, 2020 · 5 min

Renewal

Hello, This is Jujin Kim’s dev&tech engineering blog. Thanks for visiting. Currently this site is under the renewal update. If you come to see my profile page, please click HERE. Thank you.

October 6, 2020 · 1 min

리뉴얼

안녕하세요, 이곳은 김주진의 개발 기술 블로그입니다. 방문해주셔서 감사합니다. 현재 이 싸이트는 공사중입니다. 프로필 페이지를 보러오셨다면 여기를 눌러주세...

October 6, 2020 · 1 min