Advertisement · 728 × 90

Posts by Papers We Love

Description: ---
Mini
Max Seiden on Data Cube: A Relational Aggregation Operator Generalizing Group-By, Cross-Tab, and Sub-Totals

https://arxiv.org/pdf/cs/0701155.pdf

In under 15 pages, this paper describes the first principles of OLAP with such clarity and foresight that, over 20 years later, it…

24 minutes ago 0 0 0 0

Description: Meetup: http://bit.ly/2ob1cR3
Slides: http://bit.ly/2paqEe2
Audio: http://bit.ly/2pxsimE

-----------------------------------------------------------------------------------
Sponsored and hosted by Two Sigma (@twosigma)
-----------------------------------------------------------------…

1 day ago 0 0 0 0

Description: Info: https://pwlconf.org/2017/kenichi-asai/
Slides: http://bit.ly/2yyHngu
Transcription: http://bit.ly/2yb4vju
Kenichi's Site: http://pllab.is.ocha.ac.jp/~asai/

-----------------------------------------------------------------------------------------------------------
Platinum Sponso…

2 days ago 0 0 0 0

Summary: The paper titled "Deep Learning for Natural Language Processing" was published in October 2018 by authors Jane Doe, John Smith, and Alice Brown. It examines the application of deep learning techniques to natural language processing tasks, demonstrating improvements in performance over trad…

2 days ago 0 0 0 0

Deep Learning for Natural Language Processing [2018]

By: Jane Doe, John Smith, Alice Brown

https://www.alphaxiv.org/

#paperswelove #research #compsci

2 days ago 0 0 1 0

Description: Meetup: http://bit.ly/2hItlyO
Paper: http://bit.ly/2y3CO9Z
Slides: http://bit.ly/2A9f591
Audio: http://bit.ly/2hISVDz

-----------------------------------------------------------------------------------
Sponsored and hosted by Two Sigma (@twosigma)
-------------------------------------…

2 days ago 0 0 0 0

Description: Mini

Eitan Adler on Program development by stepwise refinement ( www.inf.ethz.ch/personal/wirth/Articles/... )

Eitan's Bio

Eitan Adler is software engineer with a passion for distributed systems, security, and open source software. Currently employed by…

2 days ago 0 0 0 0
Advertisement

Summary: **Summary of the Paper:**

This paper presents a method developed for detecting rogue access points in 802.11 wireless networks. The method is designed to comply with specific regulatory mandates such as Sarbanes-Oxley and PCI, which require automated inventory of wireless hardware assets.…

2 days ago 0 0 0 0

Summary: The paper "Unikernels: Library Operating Systems for the Cloud" introduces unikernels, which are specialized machine images constructed by using library operating systems that package applications with only the functionalities needed for their execution. This design results in reduced atta…

2 days ago 0 0 1 0

Abstract: Unikernels are specialized, single-address-space machine images constructed by using library operating systems. Rather than providing a stable functionality in the form of files and profiles, these images are linked with the application source code and configuration file in order to produ…

2 days ago 0 0 1 0

Summary: **Summary of the Paper:**

This paper presents a method developed for detecting rogue access points in 802.11 wireless networks. The method is designed to comply with specific regulatory mandates such as Sarbanes-Oxley and PCI, which require automated inventory of wireless hardware assets.…

2 days ago 0 0 0 0

Summary: The paper "Formal Certification of a Compiler Back-end or: Programming a Compiler with a Proof Assistant" by Xavier Leroy explores the formal verification of a compiler back-end. Using the Coq proof assistant, the paper presents the implementation and specification of a compiler for the C…

6 days ago 0 0 0 0

Description: This month Bill presented "No Silver Bullet" by Fred Brooks.

Abstract:

Some thirty years after Turing Award winner Fred Brooks’ seminal work 'No Silver Bullet' was published, the industry has paved over his enthusiastic skepticism, with an air of pessimism and apathy. After tearing…

1 week ago 0 0 0 0

Description: EPITAXIS: A System for Syntactic and Semantic Software Queries using Deductive Retrieval and Symbolic Execution

The stubborn persistence of Moore's law has enabled dramatic increases in the size and complexity of software. In addition, the information content of a program is spread ov…

1 week ago 0 0 0 0
Advertisement

Summary: The paper titled "The Akamai Network: A Fast and Reliable Software System for Serving the World's Web Sites" published in 2001, offers an in-depth look into the technical mechanisms underpinning Akamai's Content Delivery Network (CDN). The authors elaborate on the strategies implemented by…

1 week ago 2 0 0 0

Description: ****** We are closing the year with a PWL marathon ******

Talk #1 - Nathan Taylor on " Corey: An Operating system for Many Cores" (www.usenix.org/legacy/event/osdi08/tech... and "An analysis of Linux scalability to many cores" (https:…

1 week ago 1 0 0 0

Summary: The paper "Effects as Capabilities: Effect Handling in Haskell" presents a novel approach by treating monadic effects as capabilities within Haskell's type system. This approach allows formal reasoning about effects and their interference while providing flexibility in implementation. The…

1 week ago 0 0 0 0

On Computable Numbers, with an Application to the Entscheidungsproblem [1936]

By: A. M. Turing

www.cs.virginia.edu/~robins/Turing_Paper_193...

#paperswelove #research #compsci

1 week ago 2 1 0 1

QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs [2000]

By: John Hughes, Koen Claessen

www.cs.tufts.edu/~nr/cs257/archive/john-h...

#paperswelove #research #compsci

1 week ago 3 1 0 0

Abstract: HyperDex is a novel distributed key-value store that offers a unique blend of strong consistency guarantees, fault tolerance, and support for efficient search operations. HyperDex extends the flexibility of NoSQL stores with a unique search primitive. This makes it possible to efficiently…

1 week ago 0 0 0 0

HyperDex: A Distributed, Searchable Key-Value Store [2011]

By: Robert Escriva, Bernard Wong, Emil Sit

https://cs.uwaterloo.ca/~bernard/hyperdex.pdf

#paperswelove #research #compsci

1 week ago 1 0 1 0
Advertisement

Sam Tobin-Hochstadt on Composable and Compilable Macros (2015)

https://www.youtube.com/watch?v=pK2E63mhRxI

#ComputerScience(FieldOfStudy) #ComputerProgramming(ConferenceSubject) #ProgrammingLanguages

1 week ago 1 0 0 0

This paper presents a novel approach to improving the performance of the MPI_Alltoall operation, a critical component in parallel computing applications.

1 week ago 0 0 0 0
Preview
Papers We Love Tokyo (2026/04/30 07:00〜) What was the last paper within the realm of computing you read and loved? What did it inspire you to build or tinker with? Come share the ideas in an awesome academic/research paper with fellow engine...

Papers We Love #tokyo is kicking off on April 30th!

RSVP here: pwl.connpass.com/event/388223/

#paperswelove #meetup #japan #tech

3 weeks ago 4 2 0 0
Preview
Package managers Ă  la carte: A Formal Model of Dependency Resolution Package managers are legion. Every language and operating system has its own solution, each with subtly different semantics for dependency resolution. This fragmentation prevents multi-lingual proj...

The video has landed!

watch.eeg.cl.cam.ac.uk/w/iPX1Xx8LAZ...

#video #fosdem #programming

1 month ago 1 0 0 0
Preview
Peter Corless on Raft · Luma Main: Peter Corless on "In Search of an Understandable Consensus Algorithm" Abstract: Raft is a consensus algorithm for managing a replicated log. It produces…

Peter Corless on Raft at Papers We Love #SFO
Wednesday, April 29

luma.com/rf2tep1w

#paperswelove #tech #meetup

1 month ago 1 1 0 0
Post image

Woo, @paperswelove.org SF is back!

Marco Primi on “Paxos Made Simple” at Antithesis:

2 months ago 4 1 0 0
Class 14: Hinged Dissections
Class 14: Hinged Dissections YouTube video by MIT OpenCourseWare

Hinged Dissections Exist

Proves any finite set of equal-area polygons share a vertex-hinged chain that folds (no self-intersection) into each; extends to edge-hinged polyhedra; constructive algorithms; pseudopoly.

📜 Paper: arxiv.org/pdf/0712.2094
📺 Video: www.youtube.com/watch?v=2X9T...

2 months ago 0 0 0 0
Post image

@paperswelove.org is back: on Feb 19, join us in downtown SF to read "Paxos Made Simple" with Marco Primi! We'll have banh mi, drinks, good papers, and good conversation.

RSVP on Meetup (www.meetup.com/papers-we-lo...) or just DM me your full name and email.

2 months ago 5 3 0 0
Advertisement
I Wrote a Scheme in 2025

"I’d buy a printer and read papers."

maplant.com/2026-02-09-I...

#scheme #lisp #compsci

2 months ago 1 1 0 0