投稿時間:2022-11-21 22:33:56 RSSフィード2022-11-21 22:00 分まとめ(31件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita request-html の有益なリンク https://qiita.com/northernwoodman/items/9bed1b553f2326cb9f51 requesthtml 2022-11-21 21:55:44
技術ブログ Developers.IO I tried to Analyze insights in text of a movie review with Amazon Comprehend https://dev.classmethod.jp/articles/analysing-a-movie-review-with-amazon-comprehend/ I tried to Analyze insights in text of a movie review with Amazon ComprehendIn this post I will be sharing how to use Amazon Comprehend to analyze and derive insight from text Introduc 2022-11-21 12:42:20
技術ブログ Developers.IO #Starlink 海を見ながらプチワーケーションしました https://dev.classmethod.jp/articles/starlink-with-car/ starlink 2022-11-21 12:36:18
技術ブログ Developers.IO Miroのボード上にGoogle Slidesのプレゼンテーションを埋め込む https://dev.classmethod.jp/articles/embed-google-slides-on-a-miro-board/ googleslides 2022-11-21 12:30:38
海外TECH MakeUseOf What Causes Stablecoins to Lose Their Peg? https://www.makeuseof.com/what-causes-stablecoins-lose-peg/ doesn 2022-11-21 12:16:14
海外TECH MakeUseOf Twitter Unbans Donald Trump, But He's Sticking With Truth Social https://www.makeuseof.com/twitter-unbans-donald-trump-truth-social/ platform 2022-11-21 12:12:18
海外TECH MakeUseOf Black Friday: Best Robot Vacuum Deals to Get This Season https://www.makeuseof.com/black-friday-best-robot-vacuum-deals/ perfect 2022-11-21 12:10:15
海外TECH DEV Community Arif Patel Preston Dubai | How to Become a Python Developer. https://dev.to/arifpateldubaiprestonuk/arif-patel-preston-dubai-how-to-become-a-python-developer-4k90 Arif Patel Preston Dubai How to Become a Python Developer Arif Patel Preston Dubai How to Become a Python Developer As there is no specific background or experience required for you to become a Python Developer there are a number of ways you can enter the field It all starts however with a specific set of skills and more specifically a mastery of the Python programming language Many Developers find that the Python programming language has a lot of features that give it an edge over other programming languages For instance easy syntax and readability makes learning Python a lot easier which should help you boost your skills with Python relatively quickly And based on Stack Overflow question views in World Bank high income countries Python is only rising in popularity among programming languages How to Become a Python Developer in Three Steps Learn to Read and Write in PythonSince Python is relatively easy and intuitive for newcomers to learn a Python Programming course online tutorial or coding bootcamp could help you quickly learn how to read and write in the language and leave you feeling like a Python pro in a very short period of time Because Python is a versatile general purpose and extremely popular programming language it s often considered the best first language for newcomers to learn It s an excellent choice as an introductory language because it is concise and easy to read even for people with no experience with coding or computer science And since it s so widely useful ーit can be used for everything from web development to software development or even scientific applications ーit s really a language any programmer should have in his or her stack Python is also one of the most widely used languages for Back End Developers Data Scientists and Machine Learning Engineers And because it s relatively straightforward some courses promise they can make you a Python professional in as little time as hours Work on Projects With Python to Develop Your SkillsOne surefire way to develop your skills with the Python programming language is to work on Python projects Getting your hands dirty with a fun project will sharpen your skills and ensure that you re ready when you face challenges in the future Here are just a few ideas to get you started on your first Python project Make a website This one might sound a little obvious but coming up with an idea for a website and using a framework like Django or Flask to build it is an excellent idea to gain experience with Python Create a game This might not be the first thing you think of when you think of Python but there are actually some amazing libraries out there including Pyglet PandaD and Pygame to help you create a game using the program Bonus points if you have kids who can test it out for you Build a web service You ll want to have some practice creating a web service and frameworks such as Falcon or again Flask can be a big help Collect data from the Internet Python is a beloved tool for fetching data with some terrific libraries available to make your life much easier Develop a Portfolio of Projects Completed With PythonAs you build your experience with the Python programming language it s important to develop a portfolio of projects completed with Python to showcase your work including importing exporting and manipulating data sets as well as visualizations such as graphs bar charts and more Tips for Building a Python PortfolioTry projects such as organizing files on your machine keeping track of digital collections or training a neural networkVisualize your data and projects with graphs bar charts and moreAdd your projects to a portfolio display platform such as GithubEnroll in a Python Programming course and add the coursework and final project to your portfolioIf you re not actively employed and building your portfolio on a day to day basis take this time to come up with ideas for projects that you can execute and later add to your GitHub That way when it s time to apply for Python Developer jobs you can show an employer that you know how to get your hands dirty with code A few ideas for projects include organizing files on your machine keeping track of your digital collections or training a neural network Another option is to pursue one of many Python Programming courses That way you ll develop your portfolio and master Python under the supervision and tutelage of an industry professional who knows exactly what employers are looking for Further you ll receive a certification that will help you stand out from the pack and could potentially correlate to a higher Python Developer salary What Is Python Programming Used For Unlike HTML CSS and JavaScript the “building blocks of the internet Python is a general purpose programming language which means that it can be used for more than web development including software development writing system scripts and perhaps most importantly for the future data science Created by Guido van Rossum in the intention behind Python was to help Developers write clear logical code and this philosophy has made it one of the most popular programming languages According to BrainStation s Digital Skills Survey Python is used by percent of Developers a number that s on the rise The introduction of Python brought the language into its modern form in the early s But at its core it remains the same Python code uses the “object oriented paradigm so it s usually the best option both for large scale projects and smaller programs The Python Package Index shows thousands of third party modules for Python Some of Python s uses include web and Internet development using frameworks such as Django and Pyramind scientific and numeric computing teaching programming both at introductory and advanced levels software development and building eCommerce platforms 2022-11-21 12:17:30
海外TECH DEV Community How to Mock complex JSON in TWO minutes https://dev.to/ismailkamil/how-to-mock-complex-json-in-two-minutes-2m9n How to Mock complex JSON in TWO minutesMany developers love the solution I wrote in How to Mock an API in ONE minute In the article I introduced an approach to mock an API rapidly But what I wrote is only a tiny part of the tool After a period of exploring I found more valuable features to mock complex data faster Complex JSONMy last article introduced how to import a Swagger API into Apidog to mock some JSON data Then you can have your mock data directly without any scripts But some fields are complicated you can t mock them without any settings For example an enum field has several optional values It usually appears in status fields Or an array with a fixed length It s often used in a table where each row has several attributes and each page has or rows Or an object refers to a schema OpenAPI specification allows an API to refer to a schema as an object or part of an object Luckily now we can quickly mock all these complex JSON in two minutes in Apidog Let s Mock itThere are three steps to mock the API Import API definitions Set specific fields Get the mock URL So easy Let s mock it Step is the same as How to Mock an API in ONE minute You just need an OpenAPI JSON or YAML and import it into Apidog Step Set specific fields Enum valuesIn this sample API the status field has three optional values available pending and sold So I hope this field in my mocking data has only one of these values too Click More in the status field You ll see an Enum switch Turn it on and you ll be able to add enum values After that data of this field will be mocked according to the settings Arrays with fixed lengthPhotoUrls is an array field I need it to have a fixed five items Click More in the PhotoUrls field You ll see an Element Limit setting Set the minItems and maxItems Object refers to a schemaApidog support schemas in OpenAPI specification So you just need to select a Schema for an object and Apidog will mock the object according to the schema For example the Category field Step Get the mock URL Click Save and switch to the API tab Copy the URL in the Local Mock part which starts with Paste the URL into the browser That s it Notice these fields photoURLs with fixed item quantity while URLs are mocked automatically with available image URLs status with enum values sold pending or available and category refers to a schema The other fields like city and createdAt are mocked automatically And if you reload the URL the mock data refreshes JSON SchemaOpenAPI data types are based on JSON Schema which describes the data structure of APIs Apidog is compatible with OpenAPI Length range format and pattern regular expression of strings min and max value of integers readonly writeonly all attributes in JSON Schema are supported Not only JSON but XML is also supported to mock You can even set the tag names and prefixes of XML data Based on JSON Schema any complex mock data can be generated easily with a few mouse clicks Still you don t need to write any scripts Just enjoy it Download Apidog here and wait for my next post to see more powerful mock features 2022-11-21 12:15:34
海外TECH DEV Community Artificial "Intelligence" and Controversial Ideas about Future Technology https://dev.to/ingosteinke/artificial-intelligence-and-controversial-ideas-about-future-technology-1chj Artificial quot Intelligence quot and Controversial Ideas about Future TechnologyThis article is intended for developers with some prior knowledge of web technology A less technical article with a greater focus on computer generated art cyberpunk and augmented reality is coming up on my personal weblog at open mind culture org The cover image features original photography side by side with seemingly similar imagery created by a computer Note that the artificial versions of myself are wearing a black hat that does not exists but on the street art mural I had been standing next to Discussing the Future of the WebIn the ongoing discussion about new technologies some of which are often subsumed under the umbrella term of Web I try to keep an open mind for legitimate and helpful use cases as I had been fascinated by early metaverse and cyberpunk ideas in science fiction literature but also by the idea of an open decentralized interconnected global network which is the internet or which was the internet before it got more commercialized and centralized its western zone dominated by an oligopoly of companies mostly based in California USA Cyberpunk LiteratureThere are several blog post about futurist novels that include descriptions of virtual reality and global communication like The Sheep Look Up by John Brunner and Snow Crash by Neal Stephenson While some of our current technology and future research might have been inspired by literary sources it falls short of its potential As I replied to A J Sadauskas on mastodon social the current Web enthusiasts offer no efficient alternatives to the commercial and centralised Web while the fediverse and IndieWeb movement focus on the decentral and robust principles that the internet was build upon and which made email usenet NNTP described in RFC in February HTTP and HTML such a success in the first place Just to mention some noteworthy reads again the web has no version numbers and Web is going great not Is Artificial Intelligence dumb and biased Machine learning refers to the fact that we can train algorithms using input data not only accelerating the time it takes to develop complex applications but also to create interfaces generating unexpected output in a way that makes them seem to be sentient and intelligent But feeding large amounts of mainstream culture s output into machines tends to reproduce undesirable prejudice and bias found in our society and our past to present culture This phenomenon is not limited to machine learning but when it manifests in code and machines built and documented by human teams it might be easier to point out and adjust Read how Dr Joy Buolamwini is fighting bias in algorithms and how to make technology serve all of us not just the privileged few Digital Artwork thanks to Machine LearningThe Open AI art movement on the other hand already created tons of detailed high resolution images either photo realistic or looking like a handcrafted painting often creating an uncanny valley effect due to misplaced details and seemingly unimportant errors that no human artists would ever have thought about While many digital artists seemed to favor a sinister dystopian gamer aesthetic which has already been popular on platforms like deviantart other artists like my friend Andy Retinafunky Weisner experiment with those flaws and different aesthetics Criticizing AI Art for the wrong reasonsSome traditionalists criticize AI Art for the wrong reasons denouncing it as plagiarism or no real work as they fail to see innovation and creative effort Looking back in history many famous artists had assistants many of them stayed anonymous some got famous as well So we might conclude that you can be a brilliant artist without being the one painting every single brushstroke Photography now an accepted art form exhibited in galleries was criticized in the beginning in a discussion much like many of today s controversies about algorithmic and AI art When photography was not art the fear has sometimes been expressed that photography would in time entirely supersede the art of painting Some people seem to think that when the process of taking photographs in colors has been perfected and made common enough the painter will have nothing more to do Just like with photography to produce a stunning work of art using modern algorithmic tools you can either be extremely lucky or you have to experiment and be inspired taking your time to learn the tools and parameters evolve and improve your art over time But what are my points about AI art them I fear with AI art we are passing too much power to algorithms thus losing control and losing touch to the real world nature people and social ethical and environmental topics Nothing left but random squares Here is an image of myself in front of a poster showing the United Nations Sustainability Goals SDG All variations of this picture created by the public version of Open AI s Dall·E distort the icons and text and replace it with illegible symbols or random letters I fear that this might sum up how the current AI systems view our world and it shows that they are either not that intelligent after all or that their capabilities might prioritize aspects that take the relevant meaning out of our culture valuing style aesthetics and presentation much higher than content and context But then again this proves the point that we still need actual artists and that Dall·E Midjourney and other tools are power tools but still not very useful without human interaction I think that time will tell and if practiced seriously AI is a valuable and innovative tool for digital artists Other forms of Digital ArtThere is creational art creating images objects or text done by creative artists like bleeptrack There is augmented reality art combining actual real world artworks seem to become alive using AR apps like artivive when looking at an enhanced painting I will follow up and dig deeper into the details of the artistic aspects of digital technology in post at open mind culture org Now let s revisit an aspect of Web that I am critical about NFT and the energy consumption of some of the latest trends in information technology Training a single AI model can emit as much carbon as five cars in their lifetimes and it seems hard to calculate the CO emissions of NFT mining but the popular cryptocurrency Ethereum uses about terawatt hours TWh of electricity a year about as much as the whole of Nigeria an estimate based on the Ethereum Energy Consumption Index NFT an interesting idea misused by scammers You may have seen the various images of a bored ape cartoon character often used as a profile picture by people not even creating any artwork whatsoever trying to profit from the hype around blockchain cryptocurrencies and non fungible tokens NFT investing a lot of money in hope for return of investment Wasting energy to deceive people with NFT and the MetaverseNFT and cryptocurrencies offer people to participate the profitable art market and other investments without having a bank account a credit card or being recognized by established gallery owners it also created a large black market to scam aspiring artists developers and other hopeful individuals and mining cryptocurrency using energy consuming calculations in a blockchain is a waste of energy that could better be used for other purposes even more so in the face of human made climate change already starting to destroy our planet Recreating extinct species and places in a virtual enviroment like Tuvalu uploading itself into the metaverse only accessible by using visual technology headsets cameras displays does not help either and the current pitiable state of the so called metaverse makes it look even more ridiculous and it rather reminds me of the final scene of the dystopian science fiction film Soylent Green A virtual reality does have its benefits but unlike a real environment it does not provide sunlight fresh air delicious food and have you ever tried to dance or swim in a virtual environment You might remember Second Life most people seemed to enjoy creating a second life as boring as their first one SummaryWeb misses the point of their alleged goals like decentralization equity and helping to create a better more diverse and creative world through digitization Instead they waste energy and compromise security and integrity of data and money and give up freedom and agency allowing to be manipulated by algorithms and greedy companies But there are hopeful digital innovations that might help us build a better tomorrow despite so let s take our time and find out how 2022-11-21 12:13:05
Apple AppleInsider - Frontpage News Samsung tapped for RAM in Chinese iPhones https://appleinsider.com/articles/22/11/21/samsung-tapped-for-ram-in-chinese-iphones?utm_medium=rss Samsung tapped for RAM in Chinese iPhonesSamsung will supply RAM for iPhones intended for the Chinese market instead of local supplier YMTC as Apple continues to bow to pressure from the US Apple has not yet bought RAM from the Yangtse Memory Technologies Co YMTC Nor is it prohibited from doing so by the latest US regulations which focus on exports rather than imports However Apple has been planning to buy layer NAND chips from YMTC for use in the iPhone The chips are said to be one or two generations behind those made by Micron and Samsung but they are also at least cheaper Read more 2022-11-21 12:38:14
Apple AppleInsider - Frontpage News Apple's App Store analytics may be able to identify users https://appleinsider.com/articles/22/11/21/apples-app-store-analytics-may-be-able-to-identify-users?utm_medium=rss Apple x s App Store analytics may be able to identify usersApple is allegedly able to identify a user in analytics it collects according to security researchers via a unique identifier that can be associated with a user s iCloud account Privacy That s iPhone As a privacy focused company Apple s introduction of App Tracking Transparency as well as assurances it would not collect identifiable data on a user s usage habits is supposed to assure users they won t necessarily be tracked and their data monetized in some way In details unearthed by two researchers it seems Apple may be able to do so Read more 2022-11-21 12:07:24
海外TECH Engadget The Morning After: Elon Musk reinstates Donald Trump’s Twitter account https://www.engadget.com/the-morning-after-elon-musk-reinstates-donald-trumps-twitter-account-121554256.html?src=rss The Morning After Elon Musk reinstates Donald Trump s Twitter accountWhile some thought Twitter would fall apart over the weekend given the engineering constraints it s now under it made it to Sunday And it s even got one of its most divisive users back On Friday night Musk tweeted a poll asking people to vote on whether Twitter should reinstate former President Donald Trump s account Trump recently announced he will run for the country s highest office again in The option to reinstate the former president won with percent of the votes While the poll was ongoing Musk said it was getting one million votes per hour and also said bot and troll armies were responsible for some of the activity Reinstating Trump s account was one of Musk s early promises for the platform which some thought was a joke It was not Earlier in the week Twitter reinstated the accounts of three other controversial users including comedian Kathy Griffin conservative satire site Babylon Bee and conservative author and former YouTube personality Jordan Peterson Mat SmithThe Morning After isn t just a newsletter it s also a daily podcast Get our daily audio briefings Monday through Friday by subscribing right here The biggest stories you might have missedHitting the Books How Dave Chappelle and curious cats made Roomba a household name Wickr s consumer messaging app will shut down next yearElon Musk is reportedly considering cutting even more of Twitter s workforceCOP conference approves historic climate damage fund for developing nations Overwatch no longer blocks players with prepaid numbers Elizabeth Holmes sentenced to years in prison on fraud chargesThe Theranos founder is due to surrender in April Getty imagesHolmes the former CEO and founder of Theranos has been sentenced to just over years in prison for defrauding the investors of her blood testing startup The sentence comes almost a year after Holmes was found guilty on four counts of fraud She will also be ordered to pay restitution though Judge Ed Davila said that amount will be determined at a separate hearing Judge Davila said restitution would be based on million in losses to investors according to The New York Times Holmes delivered a brief statement at her sentencing hearing “I regret my failings with every cell of my body she said according to Law s Dorothy Atkins The tale of Theranos and of Holmes has been made into a Hulu miniseries starring Amanda Seyfried while Apple is still reportedly working on a movie Continue reading Governments vote to retire the leap second by Even if Russia isn t on board Government representatives at the General Conference on Weights and Measures in Paris France voted nearly unanimously to retire the practice of occasionally adding one second to official clocks Introduced in as a way to adjust Coordinated Universal Time UTC to even out discrepancies between atomic time and observed solar time the leap second has been the bane of tech companies for decades It s taken Reddit offline and messed up Cloudflare services in recent years Dignitaries from the US Canada and France called for the leap second practice to end before Russia voted against the proposal GLONASS its global positioning system incorporates the leap second This decision may force Russia to launch new satellites Continue reading Waymo s fully driverless rides are coming to San FranciscoIt still needs to secure a deployment permit The California Public Utilities Commission CPUC has granted Waymo a Driverless Pilot permit which allows it to pick up passengers in a test vehicle without a driver behind the wheel It s only the second participant in the CPUC s Driverless Permit program with Cruise being the first By securing the permit Waymo now has the authority to offer driverless rides throughout San Francisco portions of Daly City and parts of Los Altos Los Altos Hills Mountain View Palo Alto and Sunnyvale Its vehicles are allowed to go as fast as miles per hour and can operate but the company can t charge for the rides just yet it needs another permit for that Continue reading All the fun grown up gifts we would like to receiveLEGO sets jerky and oh baby smart water leak detectors EngadgetWorking on Engadget s holiday gift guides we often can t help but think about the things we d like to receive as gifts unusual stuff beyond headphones laptops and games consoles While scrambling to find gifts for the people we love here are a few things we d love to get this holiday season Me I d appreciate some new noise canceling headphones please Continue reading 2022-11-21 12:15:54
海外科学 BBC News - Science & Environment Nasa's Artemis spacecraft arrives at the Moon https://www.bbc.co.uk/news/science-environment-63697714?at_medium=RSS&at_campaign=KARANGA arrives 2022-11-21 12:48:08
海外ニュース Japan Times latest articles Russia’s ‘General Armageddon’ under pressure to deliver after retreat https://www.japantimes.co.jp/news/2022/11/21/world/sergei-surovikin-russia-retreat-pressure/ Russia s General Armageddon under pressure to deliver after retreatSergei Surovikin recommended Moscow s forces quit Kherson and now the Hero of Russia recipient is under pressure on the cusp of winter to show his 2022-11-21 21:20:40
ニュース BBC News - Home World Cup 2022: England, Wales & other European nations will not wear OneLove armbands https://www.bbc.co.uk/sport/football/63699477?at_medium=RSS&at_campaign=KARANGA World Cup England Wales amp other European nations will not wear OneLove armbandsEngland Wales and other European nations will not wear the OneLove armband at the World Cup in Qatar because of the threat of players being booked 2022-11-21 12:15:49
ニュース BBC News - Home NHS chiefs in Scotland discuss having wealthy pay for treatment https://www.bbc.co.uk/news/uk-scotland-63659754?at_medium=RSS&at_campaign=KARANGA scotland 2022-11-21 12:24:58
ニュース BBC News - Home Indonesia: Java quake kills 56 and injures hundreds https://www.bbc.co.uk/news/world-asia-63700629?at_medium=RSS&at_campaign=KARANGA media 2022-11-21 12:21:58
ニュース BBC News - Home Shamima Begum trafficked by IS to Syria for sexual exploitation, court hears https://www.bbc.co.uk/news/uk-63699503?at_medium=RSS&at_campaign=KARANGA appeal 2022-11-21 12:42:25
ニュース BBC News - Home Nottingham: Mother still critical after girls die in fire https://www.bbc.co.uk/news/uk-england-nottinghamshire-63702964?at_medium=RSS&at_campaign=KARANGA firetwo 2022-11-21 12:41:12
ニュース BBC News - Home Pro-IRA chant video with Arlene Foster condemned https://www.bbc.co.uk/news/uk-northern-ireland-63693756?at_medium=RSS&at_campaign=KARANGA poses 2022-11-21 12:33:22
ニュース BBC News - Home Nuclear test veterans to be honoured with medal after campaign https://www.bbc.co.uk/news/uk-63702931?at_medium=RSS&at_campaign=KARANGA medals 2022-11-21 12:54:45
ニュース BBC News - Home Joe Lycett did not shred £10k in David Beckham Qatar protest https://www.bbc.co.uk/news/entertainment-arts-63703831?at_medium=RSS&at_campaign=KARANGA beckham 2022-11-21 12:39:46
ニュース BBC News - Home What's taking the knee and why is it important? https://www.bbc.co.uk/news/explainers-53098516?at_medium=RSS&at_campaign=KARANGA Detail Nothing 2022-11-21 12:50:16
北海道 北海道新聞 旧統一教会に質問権 文科省22日にも行使 宗教法人審議会が了承 https://www.hokkaido-np.co.jp/article/763713/ 統一教会 2022-11-21 21:24:54
北海道 北海道新聞 干支の縁起酒 香り豊か 小樽・田中酒造で「初卯」初搾り https://www.hokkaido-np.co.jp/article/763808/ 小樽市内 2022-11-21 21:21:00
北海道 北海道新聞 ひらふ「山翠ニセコ」23日オープン 香港系高級ホテル https://www.hokkaido-np.co.jp/article/763806/ 高級ホテル 2022-11-21 21:20:00
北海道 北海道新聞 車部品、道内調達最高428億円 大手6社 原材料費価格上昇で https://www.hokkaido-np.co.jp/article/763753/ 原材料費 2022-11-21 21:12:47
北海道 北海道新聞 元ドイツ代表主将が日本戦展望 マテウス氏「初戦は特別」 https://www.hokkaido-np.co.jp/article/763802/ 特別 2022-11-21 21:09:00
仮想通貨 BITPRESS(ビットプレス) [NHK] FTX経営破綻 日本法人幹部 “顧客資産 年内の出金再開目指す” https://bitpress.jp/count2/3_9_13457 nhkftx 2022-11-21 21:03:54
海外TECH reddit Do I have the right to sue? https://www.reddit.com/r/japanlife/comments/z0xm6k/do_i_have_the_right_to_sue/ Do I have the right to sue Hi all I recently moved into a house that I am renting in central Tokyo The house that I moved into was previously an entire apartment building that was renovated into a house I ve lived here for about months and have had a couple of problems like rats in the walls which the management company paid for exterminators to come so no issue there Today the ALL OF THE CABINETS above the sink where I was doing dishes minutes prior to this incident came crashing down out of the wall I don t mean tiny little typical Japanese cabinets I mean full on heavy cabinets came crashing down out of the wall above the sink Had they have come crashing out of the wall while I was doing dishes I would be dead right now This is not an exaggeration it would have hit me in the head and I would be dead I called the fire department right away because the cabinets had lighting systems in them and there were a lot of exposed wires of which I was afraid could start a fire The fire department came first to assess if it was a fire hazard and the guys actually cleaned up all the broken glass and everything else that was broken in the process so way to go above and beyond Then Tepco came about minutes later to check the wires and tested them and said that they are not a fire hazard but cut them and taped them to the wall to be safe After that the real estate company came with get this a vacuum to vacuum up all the plaster and debris of the hot mess that used to be my kitchen The owner of the property came to assess the damage and didn t really talk to me She was talking with the firefighters of which conversation I couldn t catch as they put me in the corner of the room where I had to stand because the scene was too dangerous for me to be walking around The real estate company and the owner gave me a nice big old fashioned quot moushiwake gozaimasen quot and then left saying that the contractors THE SAME CONTRACTORS THAT INSTALLED THE CABINETS ORIGINALLY will be here tomorrow at to install new cabinets It turns out that this contractor installed the cabinets by securing the cabinets to the wall through the foam like wood backing of the cabinets themselves and not into the wooden outline casing of the cabinets thus not properly securing them to the wall I literally almost died tonight again not an exaggeration I took photos and videos of the damage And I want to know if I have the right to sue over this for gross negligence of safety standards tl dr I moved into a house that I am renting The cabinets above the sink fell out of the wall randomly and would have killed me had they have come crashing down while I was doing dishes minutes prior Do I have the right to sue submitted by u Few Frosting to r japanlife link comments 2022-11-21 12:19:29

コメント

このブログの人気の投稿

投稿時間: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件)